Hi,
I have a web application created in 2.0 Framework. I deployed this application in the virtual directory of the IIS by right clicking the project and selecting the Publish this web site option in Visual Studio. Publishing was successful but wen i try to open the default.aspx in IE by giving http:\\localhos t\Test\Default. aspx in the address bar it just shows the html markups of the default.aspx (the @page directives, entire html contents till </html>)
I also restarted the IIS and tried this option. I also make the published folder as web sharing still it shows the html contents of the aspx page.
I would request you to let me know what has gone wrong
Thanking you in advance.
With regards,
ram
I have a web application created in 2.0 Framework. I deployed this application in the virtual directory of the IIS by right clicking the project and selecting the Publish this web site option in Visual Studio. Publishing was successful but wen i try to open the default.aspx in IE by giving http:\\localhos t\Test\Default. aspx in the address bar it just shows the html markups of the default.aspx (the @page directives, entire html contents till </html>)
I also restarted the IIS and tried this option. I also make the published folder as web sharing still it shows the html contents of the aspx page.
I would request you to let me know what has gone wrong
Thanking you in advance.
With regards,
ram
Comment