Windows 2003 IIS |
2/22/2008 10:15:53 AM |
ASPRunner.NET General questions | |
R
Ruch author
Hi all, |
|
|
Eugene 2/22/2008 |
try to create test.html file |
R
|
Ruch author 2/25/2008 |
try to create test.html file <html> <head> <title>Untitled Page</title> </head> <body> TEST </body> </html> and locate it in "d:\Website\Output\" Then type in browser http://localhost/DBMaintenanceWeb/test.html Can you see "test" now?
|
|
Eugene 2/26/2008 |
Try to run the following in command prompt: aspnet_regiis -i |
R
|
Ruch author 2/26/2008 |
Try to run the following in command prompt: aspnet_regiis -i
|
|
Eugene 2/27/2008 |
Unfortunately, I don't know how to help you. It seems to be some problems with framework settings. |
R
|
Ruch author 2/27/2008 |
Unfortunately, I don't know how to help you. It seems to be some problems with framework settings. Try to create new virtual directory, set up Application name property. Also, in IIS there should be WebService Extension property for ASP.NET v2.0 set in Allowed.
|