Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deploying an app
Message
 
 
To
23/07/2007 09:23:24
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01242689
Message ID:
01242768
Views:
19
>>Hello,
>>
>>Is the .NET Runtime installed on the server / deployed machine?
>>Sounds like the machine doesn't know how do deal with these file types.
>>
>>>Hi.
>>>I have a Web Form based app woriking ok in Visual Studio, but when I deploy it, I cannot get the first screen to run.
>>>On the deployd machine (I have set up all the IIS stuff), If I click on the first page (called Login.aspx) in IE, it just brings up Notepad and goes into edit mode.
>>>Anybody any ideas of what might be casuing this.
>>>Regards,
>>>Gerard
>
>How does this work? Does NET have an installer that you can use to create deployable apps, including the runtime? Or do you need to do separate setups, etc and then copy files over to get it working?

Here is how I deploy my ASP.NET apps:

1. If Microsoft .NET Framework Version 2.0 is not installed on the web server, download and install it from the following link:
http://www.microsoft.com/downloads/details.aspx?familyid=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en
2. Create virtual directory or web site on the web server. Xcopy of pages and the .DLL (that goes to BIN folder).

3. Depending if web server uses IIS 5.0 or IIS 6.0 you need to perform another step. On IIS 6.0 you need to allow ASP.NET to run on the server. I don't have IIS 6.0 on this PC and forgot the term they use. But I can look for it if you are using IIS 6.0. That's why you might be getting a notepad instead of the page running.

HTH.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform