|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I cannot upload my aspx webform to remote server
I cannot upload my aspx webform to remote server using cuteftp. The problem us I have transferred the asp.net webform to the server, but when I try to open the form through site, instead of opening a form it asks me to save and download / the file opens in visual studio .net.<br><br>My question is how to make this executable in the server.<br><br>Nandita
|
|
#2
|
|||
|
|||
|
Unfortunately, this occurs if the server does not have .NET installed on it.<br><br>For instance, any public servers like yahoo or excite, even msn believe it or not, do not support aspx.
|
|
#3
|
|||
|
|||
|
The problem is that the IIS server does not know how to handle a .NET file (.aspx, asmx, etc).<br><br>If you had already installed the .NET Framework on the IIS server and you are having this problem, you just need to reset ASP.NET. In other words, you do not need to reinstall the .NET Framework (which would also work but is overkill).<br><br>Just run <br><br> aspnet_regiis.exe -i<br><br>which is located in .NET Framework directory on the server (under your WINNT directory). It takes just a minute to run.<br><br>Jon
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > I cannot upload my aspx webform to remote server |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|