I have just made my first asp.net app in Visual Web Developer Express 2008.
I now try to move to another folder and run it throug the iis.
I have configured a virtual folder in iis and copied my app (web.config, .aspx and .asp.cs files) to that.
When trying to open my default.aspx i get this error in the browser (sorry for bad translation from danish):
'Serverprogram not available. The webprogram you try to acces on this server is not available at the moment. Click the Refresh button , if you would send your request again'.
I can open a .htm page from same folder without problems. It seems as iis don't run with asp.net 3.5.
I have tried reinstalling the iis by running 'c:\windows\Microsoft.NET\
Framework\
v2.0.50727
\aspnet_re
giis.exe -i' which didn't help.
My virtual folder asp.net properties is set to run 2.0.50727. 3.5 is not available in the dropdown.
My iis is version 5.1.
I see nothing in the eventlog regarding this error.
Anyone has any ideas how top solve this?
Start Free Trial