Search This Blog

Pages

Sunday, February 13, 2011

Internal Server Error asp

Hi...
After Install IIS to run asp file. It displays Internal Server Error. Follow the below steps to resolve this issue.
You have to create virtual path to resolve internal server error issue.
Steps to create virtual path:
(*) Start -> Settings -> Control Panel -> Administrative Tools -> Internet Information Services
(*) Now IIS window will open -> Select Web sites -> Click (+) Symbol
(*) Right Click Default Web Site -> Select New -> Virtual Directory
(*) Give the virtual directory name in the text box.
(*) Click Next button. It asks full path(i.e D:\Inetpub\wwwroot)
(*) Click Finish.
Now store the asp files inside the wwwroot folder and execute as localhost/virtualdirectoryname/filename (i.e localhost/MyWeb/test.asp)

No comments:

Post a Comment