 |
|
 |
|
Next: IISState Log
|
| Author |
Message |
External

Since: Aug 12, 2004 Posts: 4
|
(Msg. 1) Posted: Thu Aug 12, 2004 4:51 pm
Post subject: IIS 5.0 with visual studio .net 2003 Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
|
| I am using a server of win2000 pro with visual sudio .net 2003 installed. The
..aspx program is working well on this server. When I move the .aspx program
to another server of win2000 pro platform but visual studio sudio installed,
the program is not working. What I need to do?
Thanks in advance.
|
>> Stay informed about: IIS 5.0 with visual studio .net 2003 |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 2972
|
(Msg. 2) Posted: Fri Aug 13, 2004 2:26 am
Post subject: Re: IIS 5.0 with visual studio .net 2003 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
I'm not sure that i understand. Are you saying that you move the web
application to a server without visual studio installed? If so, please make
sure that atleast .NET Framework is installed, because that is required to
run asp.net web applications.
--
Regards,
Kristofer Gafvert - IIS MVP
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - When you need help!
"WZ" <WZ.DeleteThis@discussions.microsoft.com> wrote in message
news:A98ABF70-2EA6-457F-AB2F-88E0BC09DC7E@microsoft.com...
> I am using a server of win2000 pro with visual sudio .net 2003 installed.
The
> .aspx program is working well on this server. When I move the .aspx
program
> to another server of win2000 pro platform but visual studio sudio
installed,
> the program is not working. What I need to do?
>
> Thanks in advance.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS 5.0 with visual studio .net 2003 |
|
| Back to top |
|
 |  |
External

Since: Aug 12, 2004 Posts: 4
|
(Msg. 3) Posted: Fri Aug 13, 2004 2:29 pm
Post subject: Re: IIS 5.0 with visual studio .net 2003 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thanks, Kris.
I installed .net framework 1.1 on the new server. I met another problem
though.
The error message is
Server error in '/' application
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error
can be caused by a virtual directory not being configured as an
application in IIS.
Source Error:
Line 37: by Microsoft that offers a single
logon and core profile services for member sites.
Line 38: -->
Line 39: <authentication mode="Windows" />
Line 40:
Line 41:
Source File:
c:\inetpub\wwwroot\webapplication4\web.config Line: 39
Thanks.
Zack
"Kristofer Gafvert" wrote:
> I'm not sure that i understand. Are you saying that you move the web
> application to a server without visual studio installed? If so, please make
> sure that atleast .NET Framework is installed, because that is required to
> run asp.net web applications.
>
> --
> Regards,
> Kristofer Gafvert - IIS MVP
> <a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - When you need help!
>
>
> "WZ" <WZ.RemoveThis@discussions.microsoft.com> wrote in message
> news:A98ABF70-2EA6-457F-AB2F-88E0BC09DC7E@microsoft.com...
> > I am using a server of win2000 pro with visual sudio .net 2003 installed.
> The
> > .aspx program is working well on this server. When I move the .aspx
> program
> > to another server of win2000 pro platform but visual studio sudio
> installed,
> > the program is not working. What I need to do?
> >
> > Thanks in advance.
>
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS 5.0 with visual studio .net 2003 |
|
| Back to top |
|
 |  |
External

Since: Jun 10, 2004 Posts: 1807
|
(Msg. 4) Posted: Fri Aug 13, 2004 5:28 pm
Post subject: Re: IIS 5.0 with visual studio .net 2003 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Thu, 12 Aug 2004 13:51:02 -0700, "WZ"
<WZ.DeleteThis@discussions.microsoft.com> wrote:
>I am using a server of win2000 pro with visual sudio .net 2003 installed. The
>.aspx program is working well on this server. When I move the .aspx program
>to another server of win2000 pro platform but visual studio sudio installed,
>the program is not working. What I need to do?
Ensure that the new server supports .NET applications. This is
usually just having the .NET framework, but it has to be the same or
newer version as you developed on.
You can follow up in a .NET group, and you'll want to post error
messages, since "the program is not working" could be a little hard to
diagnose.
Jeff<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS 5.0 with visual studio .net 2003 |
|
| Back to top |
|
 |  |
External

Since: Aug 12, 2004 Posts: 4
|
(Msg. 5) Posted: Fri Aug 13, 2004 5:28 pm
Post subject: Re: IIS 5.0 with visual studio .net 2003 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thanks. Jeff. I got an configuration error after installed the .net framework
1.1, which was posted in the reply to Kris.
Zack
"Jeff Cochran" wrote:
> On Thu, 12 Aug 2004 13:51:02 -0700, "WZ"
> <WZ.DeleteThis@discussions.microsoft.com> wrote:
>
> >I am using a server of win2000 pro with visual sudio .net 2003 installed. The
> >.aspx program is working well on this server. When I move the .aspx program
> >to another server of win2000 pro platform but visual studio sudio installed,
> >the program is not working. What I need to do?
>
> Ensure that the new server supports .NET applications. This is
> usually just having the .NET framework, but it has to be the same or
> newer version as you developed on.
>
> You can follow up in a .NET group, and you'll want to post error
> messages, since "the program is not working" could be a little hard to
> diagnose.
>
> Jeff
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS 5.0 with visual studio .net 2003 |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 2972
|
(Msg. 6) Posted: Fri Aug 13, 2004 11:35 pm
Post subject: Re: IIS 5.0 with visual studio .net 2003 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hello,
In IIS Manager, right click the folder where this is happening, and click
Properties.
On the Directory tab, click the "Create" button.
--
Regards,
Kristofer Gafvert - IIS MVP
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - When you need help!
"WZ" <WZ.DeleteThis@discussions.microsoft.com> wrote in message
news:18A71066-5FEC-4F60-A6EF-A5080DE13B6A@microsoft.com...
> Thanks, Kris.
>
> I installed .net framework 1.1 on the new server. I met another problem
> though.
>
> The error message is
>
> Server error in '/' application
> Configuration Error
> Description: An error occurred during the processing of a configuration
file
> required to service this request. Please review the specific error details
> below and modify your configuration file appropriately.
>
> Parser Error Message: It is an error to use a section registered as
> allowDefinition='MachineToApplication' beyond application level. This
error
> can be caused by a virtual directory not being configured as an
> application in IIS.
>
> Source Error:
>
>
> Line 37: by Microsoft that offers a single
> logon and core profile services for member sites.
> Line 38: -->
> Line 39: <authentication mode="Windows" />
> Line 40:
> Line 41:
> Source File:
> c:\inetpub\wwwroot\webapplication4\web.config Line: 39
>
> Thanks.
>
> Zack
>
>
>
>
> "Kristofer Gafvert" wrote:
>
> > I'm not sure that i understand. Are you saying that you move the web
> > application to a server without visual studio installed? If so, please
make
> > sure that atleast .NET Framework is installed, because that is required
to
> > run asp.net web applications.
> >
> > --
> > Regards,
> > Kristofer Gafvert - IIS MVP
> > <a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - When you need help!
> >
> >
> > "WZ" <WZ.DeleteThis@discussions.microsoft.com> wrote in message
> > news:A98ABF70-2EA6-457F-AB2F-88E0BC09DC7E@microsoft.com...
> > > I am using a server of win2000 pro with visual sudio .net 2003
installed.
> > The
> > > .aspx program is working well on this server. When I move the .aspx
> > program
> > > to another server of win2000 pro platform but visual studio sudio
> > installed,
> > > the program is not working. What I need to do?
> > >
> > > Thanks in advance.
> >
> >
> ><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS 5.0 with visual studio .net 2003 |
|
| Back to top |
|
 |  |
External

Since: Aug 12, 2004 Posts: 4
|
(Msg. 7) Posted: Fri Aug 13, 2004 11:36 pm
Post subject: Re: IIS 5.0 with visual studio .net 2003 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thank you, sir. Mission accomplished.
"Kristofer Gafvert" wrote:
> Hello,
>
> In IIS Manager, right click the folder where this is happening, and click
> Properties.
> On the Directory tab, click the "Create" button.
>
>
>
> --
> Regards,
> Kristofer Gafvert - IIS MVP
> <a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - When you need help!
>
>
> "WZ" <WZ.RemoveThis@discussions.microsoft.com> wrote in message
> news:18A71066-5FEC-4F60-A6EF-A5080DE13B6A@microsoft.com...
> > Thanks, Kris.
> >
> > I installed .net framework 1.1 on the new server. I met another problem
> > though.
> >
> > The error message is
> >
> > Server error in '/' application
> > Configuration Error
> > Description: An error occurred during the processing of a configuration
> file
> > required to service this request. Please review the specific error details
> > below and modify your configuration file appropriately.
> >
> > Parser Error Message: It is an error to use a section registered as
> > allowDefinition='MachineToApplication' beyond application level. This
> error
> > can be caused by a virtual directory not being configured as an
> > application in IIS.
> >
> > Source Error:
> >
> >
> > Line 37: by Microsoft that offers a single
> > logon and core profile services for member sites.
> > Line 38: -->
> > Line 39: <authentication mode="Windows" />
> > Line 40:
> > Line 41:
> > Source File:
> > c:\inetpub\wwwroot\webapplication4\web.config Line: 39
> >
> > Thanks.
> >
> > Zack
> >
> >
> >
> >
> > "Kristofer Gafvert" wrote:
> >
> > > I'm not sure that i understand. Are you saying that you move the web
> > > application to a server without visual studio installed? If so, please
> make
> > > sure that atleast .NET Framework is installed, because that is required
> to
> > > run asp.net web applications.
> > >
> > > --
> > > Regards,
> > > Kristofer Gafvert - IIS MVP
> > > <a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - When you need help!
> > >
> > >
> > > "WZ" <WZ.RemoveThis@discussions.microsoft.com> wrote in message
> > > news:A98ABF70-2EA6-457F-AB2F-88E0BC09DC7E@microsoft.com...
> > > > I am using a server of win2000 pro with visual sudio .net 2003
> installed.
> > > The
> > > > .aspx program is working well on this server. When I move the .aspx
> > > program
> > > > to another server of win2000 pro platform but visual studio sudio
> > > installed,
> > > > the program is not working. What I need to do?
> > > >
> > > > Thanks in advance.
> > >
> > >
> > >
>
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: IIS 5.0 with visual studio .net 2003 |
|
| Back to top |
|
 |  |
| Related Topics: | IIS 5.0 and Visual Studio 6.0 - HELP! I've added the Host Header in IIS. Now my Visual Studio 6.0 evironment cannot connect to the webserver anymore. Anyone tackled this problem ?????
MS VISUAL STUDIO.NET & IIS - I have recently installed MS Visual Studio.Net on my computer and when I try to open new or existing project I am getting the following error: The web server reported the following error when attempting to create or open the web project located at the..
ASP.NET -- VISUAL STUDIO .NET 2003 - From: mir quadri I am having the same problem. Problem 1:- cannot find the components for communicating with frontpage server extensions. Solution:- I got the solution for the above problem at http://blogs.geekdojo.net/brian/ Which is:- At Command..
Using IIS 5.0 with Visual Studio .NET - I have a Windows 2000 server with IIS 5.0 and SQL Server running. I am able to create and use Visual Studio 6.0 with no problems, but now I want to use the Visual Studio.NET. I have a Windows 2003 server that is running IIS 6.0 and SQL Server which doe...
IIS - Visual Studio 6 and .NET problem - Hi, I have VS6 and .NET installed on my PC. I need to create a VS project, so I can write ASP files and test locally. When I create the project using the wizard in Vis Interdev, I get right to the end when it tries to connect to IIS, and it then keeps.. |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|