December 10, 2008 at 2:09 am
Hi Steve,
Can you pls let me know how did you configure iis and set the aspnet variables as I am also facing the same problem.
Regards,
Anoushka
January 6, 2009 at 2:48 am
Hi, I was also getting this error. But after setting the asp.net version to 2.0, report manager page is displayed.
To do this
1)- go to IIS
2)- Web sites
3)- Right click on Reports (or what ever name you have for report
manager)
4)- Click on ASP.NET tab
5)- Select ASP.NET version 2.0 from drop down
Regards,
Muhammad
January 6, 2009 at 2:52 am
Hi, I was also getting this error. But after setting the asp.net version to 2.0, report manager page is displayed.
To do this
1)- go to IIS
2)- Web sites
3)- Right click on Reports (or what ever name you have for report
manager)
4)- Click on ASP.NET tab
5)- Select ASP.NET version 2.0 from drop down
Regards,
Muhammad
March 12, 2009 at 10:45 am
For me personally I tried all these fixes mentioned and nothing worked arggh
In the end I sought professional advice (from a person who works on the Web services team)
A simple case of adding NetworkService account permissions to the folder fixed the problem. He took all of 10 seconds to figure this out!
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
Hope that helps someone
May 19, 2009 at 9:31 am
Hi
Im trying to launch Report builder from the report manager using the url
http:\\localhost\Reports
but all i get is application cannot be started.
please help with this.
thanks
siri
June 4, 2009 at 2:26 am
Thanks I had exactly the same problem and used exactly the same solution.
July 8, 2009 at 4:48 pm
This is an old thread but just in case anyone is still interested I think I solved it.
The issue might be caused by a combination of things and one of them might be a Dev SQL 2005 version installed and installing SSRS after service packing to SP3. This might be consequential but...
1. The ASP 2.0 version wasn't set in the default Web properties
2. the global configuration connection parameter was set to data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true. I changed it to datasource=MYDEVSERVER;-with everything else the same.
3. When I browsed the site from IIS, I then received a permission error on the following directory
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files. This I just set to 'everyone' - probably not good but it is only a dev server after all :w00t: - Maybe the specific permissions might need to be investigated further...
4. I Stopped and Started IIS and Presto.. SSRS works.
I hope that is of use to someone, if there is anyone out there
CodeOn
😛
July 8, 2009 at 4:49 pm
This is an old thread but just in case anyone is still interested I think I solved it.
The issue might be caused by a combination of things and one of them might be a Dev SQL 2005 version installed and installing SSRS after service packing to SP3. This might be consequential but...
1. The ASP 2.0 version wasn't set in the default Web properties
2. the global configuration connection parameter was set to data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true. I changed it to datasource=MYDEVSERVER;-with everything else the same.
3. When I browsed the site from IIS, I then received a permission error on the following directory
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files. This I just set to 'everyone' - probably not good but it is only a dev server after all :w00t: - Maybe the specific permissions might need to be investigated further...
4. I Stopped and Started IIS and Presto.. SSRS works.
I hope that is of use to someone, if there is anyone out there
CodeOn
😛
July 8, 2009 at 6:23 pm
This is an old thread but just in case anyone is still interested I think I solved it.
The issue might be caused by a combination of things and one of them might be a Dev SQL 2005 version installed and installing SSRS after service packing to SP3. This might be consequential but...
1. The ASP 2.0 version wasn't set in the default Web properties
2. the global configuration connection parameter was set to data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true. I changed it to datasource=MYDEVSERVER;-with everything else the same.
3. When I browsed the site from IIS, I then received a permission error on the following directory
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files. This I just set to 'everyone' - probably not good but it is only a dev server after all :w00t: - Maybe the specific permissions might need to be investigated further...
4. I Stopped and Started IIS and Presto.. SSRS works.
I hope that is of use to someone, if there is anyone out there
CodeOn
😛
April 27, 2011 at 2:36 pm
So please tell me where I can find the global configuration connection parameter discussed below. Is this in a file? If so, what is the location?
Thanks
Malcolm Daughtree (7/8/2009)
This is an old thread but just in case anyone is still interested I think I solved it.The issue might be caused by a combination of things and one of them might be a Dev SQL 2005 version installed and installing SSRS after service packing to SP3. This might be consequential but...
1. The ASP 2.0 version wasn't set in the default Web properties
2. the global configuration connection parameter was set to data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true. I changed it to datasource=MYDEVSERVER;-with everything else the same.
3. When I browsed the site from IIS, I then received a permission error on the following directory
C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files. This I just set to 'everyone' - probably not good but it is only a dev server after all :w00t: - Maybe the specific permissions might need to be investigated further...
4. I Stopped and Started IIS and Presto.. SSRS works.
I hope that is of use to someone, if there is anyone out there
CodeOn
😛
Viewing 10 posts - 16 through 24 (of 24 total)
You must be logged in to reply to this topic. Login to reply