Ask a Question related to ASP.NET General, Design and Development.
-
Sean #1
Deployment Issues .. Runtime Error
Hi,
I have my application running off my localhost and just transfered it to the production server. And when i ran my application, it came up with a Runtime Error.
The server is an IIS and has SDK already installed.
what are the issues that i have to deal with here
Any inputs.. will be greatly appreciated.
--
Thank You,
Sean
Sean Guest
-
Runtime error!
I use Illustrator CS with windows XP. Everytime I try to open Illustrator I get the following message: "Microsoft Visual C++ Runtime Library... -
Runtime Error!
OK, I cracked it. The users can ONLY edit pages when they are in the Administrators category - Bizarre. I wwould be intersted to hear form anyone... -
Runtime Error!
I have this error to (posted in the Admin forum) does anyone know how to resolve this please - It's driving my users mad! -
Runtime Error!
I have this error to (posted in the Admin forum) does anyone know how to resolve this please - It's driving my users mad! -
Smartclient (no touch deployment) Winforms app.config download issues
Hi, I am developing a smart client application (aka no touch deployment) i.e. I have my winforms assemblies on a webserver and these will be... -
Michal Sampson [MSFT] #2
RE: Deployment Issues .. Runtime Error
Did you simply copy the files to your production machine? In order for a
ASP .Net web application to run, the folder where it is stored must be
changed into an Application folder. You can do this from your IIS
management tool.
You may also want to consider using a Web Setup Project to deploy your
application. More information on comparing these 2 options as well as a
step by step walkthrough for each of them can be found at:
[url]http://msdn.microsoft.com/vstudio/using/deploying/default.aspx?pull=/library[/url]
/en-us/dndotnet/html/xcopywininst.asp
Good luck.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
[url]http://www.microsoft.com/info/cpyright.htm[/url]
Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
--------------------microsoft.public.dotnet.faqs,microsoft.public.dotn et.framework,microsoft.pub>From: "Sean" <nospam@>
>Subject: Deployment Issues .. Runtime Error
>Date: Wed, 23 Jul 2003 12:03:04 -0600
>Lines: 57
>MIME-Version: 1.0
>Content-Type: multipart/alternative;
> boundary="----=_NextPart_000_0045_01C35112.5F4DEEF0"
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
>Message-ID: <#KlUMSUUDHA.3132@tk2msftngp13.phx.gbl>
>Newsgroups:
lic.dotnet.framework.aspnetmicrosoft.public.dotnet.framework.aspnet:161465>NNTP-Posting-Host: user3535.public.state.mt.us 161.7.235.35
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftn gp13.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework:49634
microsoft.public.dotnet.faqs:11132the production server. And when i ran my application, it came up with a>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
>
>Hi,
>I have my application running off my localhost and just transfered it to
Runtime Error.>The server is an IIS and has SDK already installed.
>what are the issues that i have to deal with here
>Any inputs.. will be greatly appreciated.
>--
>Thank You,
>Sean
>Michal Sampson [MSFT] Guest
-
Sean #3
Re: Deployment Issues .. Runtime Error
i simply copied the files, by using FTP. made the directory as an
Application folder.
i will check into the second option
thank you for your help
Sean.
"Michal Sampson [MSFT]" <misampso@online.microsoft.com> wrote in message
news:HZ4gOdVUDHA.2284@cpmsftngxa06.phx.gbl...[url]http://msdn.microsoft.com/vstudio/using/deploying/default.aspx?pull=/library[/url]> Did you simply copy the files to your production machine? In order for a
> ASP .Net web application to run, the folder where it is stored must be
> changed into an Application folder. You can do this from your IIS
> management tool.
>
> You may also want to consider using a Web Setup Project to deploy your
> application. More information on comparing these 2 options as well as a
> step by step walkthrough for each of them can be found at:
>
>rights.> /en-us/dndotnet/html/xcopywininst.asp
>
> Good luck.
>
> --
>
> This posting is provided "AS IS" with no warranties, and confers nomicrosoft.public.dotnet.faqs,microsoft.public.dotn et.framework,microsoft.pub> Use of included script samples are subject to the terms specified at
> [url]http://www.microsoft.com/info/cpyright.htm[/url]
>
> Note: For the benefit of the community-at-large, all responses to this
> message are best directed to the newsgroup/thread from which they
> originated.
> -------------------->> >From: "Sean" <nospam@>
> >Subject: Deployment Issues .. Runtime Error
> >Date: Wed, 23 Jul 2003 12:03:04 -0600
> >Lines: 57
> >MIME-Version: 1.0
> >Content-Type: multipart/alternative;
> > boundary="----=_NextPart_000_0045_01C35112.5F4DEEF0"
> >X-Priority: 3
> >X-MSMail-Priority: Normal
> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
> >Message-ID: <#KlUMSUUDHA.3132@tk2msftngp13.phx.gbl>
> >Newsgroups:> lic.dotnet.framework.aspnet> microsoft.public.dotnet.framework.aspnet:161465> >NNTP-Posting-Host: user3535.public.state.mt.us 161.7.235.35
> >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftn gp13.phx.gbl
> >Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework:49634
> microsoft.public.dotnet.faqs:11132> the production server. And when i ran my application, it came up with a> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> >
> >Hi,
> >I have my application running off my localhost and just transfered it to
> Runtime Error.>> >The server is an IIS and has SDK already installed.
> >what are the issues that i have to deal with here
> >Any inputs.. will be greatly appreciated.
> >--
> >Thank You,
> >Sean
> >
Sean Guest
-
Soni #4
Re: Deployment Issues .. Runtime Error
It wouldve been more helpful if u could have posted the error ...
Could it be that there is a clash b/n 1.0 and 1.1 ..?
Well here r a couple of links ... as i said .. i'm just a wild shot at
it .. hope it helps ..
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpcondeployingnetframeworkapplications.asp[/url]
[url]http://msdn.microsoft.com/netframework/using/deploying/default.aspx[/url]
Soni Guest
-
Carl Prothman [MVP] #5
Re: Deployment Issues .. Runtime Error
Sean,
When you say "transferred", do you mean you created a Web Setup?
Or are you doing a Project Copy from within Visual Studio .NET?
I've used Project Copy with great success. You just have to make sure
you have a Web Application already created on the remote web server.
--
Thanks,
Carl Prothman
Microsoft ASP.NET MVP
[url]http://www.able-consulting.com[/url]
"Sean" <nospam@> wrote in message news:#KlUMSUUDHA.3132@tk2msftngp13.phx.gbl...
Hi,
I have my application running off my localhost and just transfered it to the production server. And when i ran my application,
it came up with a Runtime Error.
The server is an IIS and has SDK already installed.
what are the issues that i have to deal with here
Any inputs.. will be greatly appreciated.
--
Thank You,
Sean
Carl Prothman [MVP] Guest



Reply With Quote

