Problem after deploying ASP.Net application
-
Hello All, I am facing very strange problem. I deployed my ASP.Net application on a machine, i set up IIS, installed .Net framework, created virtual directory, set permissions. But when i run my application in web browser, it showed me code of aspx page instead of design. I am really confused why i am facing this problem? :confused: Am i missing something or my aspx pages not inheriting c# code files? Please guide me? Thanks, Nagendra.
-
Hello All, I am facing very strange problem. I deployed my ASP.Net application on a machine, i set up IIS, installed .Net framework, created virtual directory, set permissions. But when i run my application in web browser, it showed me code of aspx page instead of design. I am really confused why i am facing this problem? :confused: Am i missing something or my aspx pages not inheriting c# code files? Please guide me? Thanks, Nagendra.
-
so, is it necessary to install whole .Net on that machine? can't i do with only .Net Framework. I couldn't find regsvr_iis on my local machine, i have .Net on my local machine. :doh:
-
so, is it necessary to install whole .Net on that machine? can't i do with only .Net Framework. I couldn't find regsvr_iis on my local machine, i have .Net on my local machine. :doh:
Dear Nag, You need to reinstall the .net framework here.Generally this error occurs when You install .net framework and then IIS.Install only .net framework and check it out. if it still shows let me know. Sundeep G
When the only tool you have is a hammer, everything looks like a nail. Come Forth Yourself to Click "Good Answer" for any expected solution. Let us Support our C Project Programmers who provide solutions here.
-
Dear Nag, You need to reinstall the .net framework here.Generally this error occurs when You install .net framework and then IIS.Install only .net framework and check it out. if it still shows let me know. Sundeep G
When the only tool you have is a hammer, everything looks like a nail. Come Forth Yourself to Click "Good Answer" for any expected solution. Let us Support our C Project Programmers who provide solutions here.
Thnx Sandeep, i'll try what u said and let you know what happened. :)
-
Thnx Sandeep, i'll try what u said and let you know what happened. :)
installing all of .NET again is just a long winded way to get that exe to run. It's called aspnet_regiis and you need to run it with the -i switch, from memory.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
installing all of .NET again is just a long winded way to get that exe to run. It's called aspnet_regiis and you need to run it with the -i switch, from memory.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
This seems to be an easy option. Thanks CG, i'll try to run it on that machine and will get back to you. Thanks again. :)
-
installing all of .NET again is just a long winded way to get that exe to run. It's called aspnet_regiis and you need to run it with the -i switch, from memory.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Hello CG, i tried what you told and it solved my problem. Thanks. :rolleyes: