473,395 Members | 1,677 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

how to allow creation of ASP.Net solutions on windows 2003 server

What do I have to do to allow me to create ASP.NET Pages on a Windows 2003
Server ?

I have installed IIS6, ASP.Net support, SQL 2000, ASP.Net remote components.

I do not know what security to use to allow me to create ASP.Net
applications with Visual Studio 2003 on that server ?

Any help will be greatly appreciated.

Thanks
--
Tony


Nov 18 '05 #1
10 1415
Sorry I forgot to mention, I am running these on a home LAN for development,
and the 2003 server is running as a stand alone server.

--
Tony

"anthonymelillo" <no************@earthlink.net> wrote in message
news:en**************@TK2MSFTNGP10.phx.gbl...
What do I have to do to allow me to create ASP.NET Pages on a Windows 2003
Server ?

I have installed IIS6, ASP.Net support, SQL 2000, ASP.Net remote components.
I do not know what security to use to allow me to create ASP.Net
applications with Visual Studio 2003 on that server ?

Any help will be greatly appreciated.

Thanks
--
Tony

Nov 18 '05 #2
anthonymelillo wrote:
What do I have to do to allow me to create ASP.NET Pages on a Windows 2003
Server ?

I have installed IIS6, ASP.Net support, SQL 2000, ASP.Net remote components.

I do not know what security to use to allow me to create ASP.Net
applications with Visual Studio 2003 on that server ?

Any help will be greatly appreciated.

Thanks


Anthony,

One thing i can think of off the top of my head is Frontpage server
extensions on the server, tho i don't recommend installing this
extensions on a production box.

regards,
Jonel
Nov 18 '05 #3
I installed those already and had been using it to experiment with Front
Page to create web pages on this server
--
Tony

"Jonel Rienton" <csharp@nospam_here.core.com> wrote in message
news:3FC6B9BC.6080507@nospam_here.core.com...
anthonymelillo wrote:
What do I have to do to allow me to create ASP.NET Pages on a Windows 2003 Server ?

I have installed IIS6, ASP.Net support, SQL 2000, ASP.Net remote components.
I do not know what security to use to allow me to create ASP.Net
applications with Visual Studio 2003 on that server ?

Any help will be greatly appreciated.

Thanks


Anthony,

One thing i can think of off the top of my head is Frontpage server
extensions on the server, tho i don't recommend installing this
extensions on a production box.

regards,
Jonel

Nov 18 '05 #4
What problems are you having. I've gotten asp.net to work correctly on 03
server - actually I installed 03 on my laptop and was using it for
everything including development. There are *some* issues related to
security. If you let me know what problems you are having, maybe I can help
you figure them out.

--
Regards,
Alvin Bruney
Got Tidbits? Get it here
www.networkip.net/tidbits
"anthonymelillo" <no************@earthlink.net> wrote in message
news:eY**************@tk2msftngp13.phx.gbl...
I installed those already and had been using it to experiment with Front
Page to create web pages on this server
--
Tony

"Jonel Rienton" <csharp@nospam_here.core.com> wrote in message
news:3FC6B9BC.6080507@nospam_here.core.com...
anthonymelillo wrote:
What do I have to do to allow me to create ASP.NET Pages on a Windows 2003 Server ?

I have installed IIS6, ASP.Net support, SQL 2000, ASP.Net remote components.
I do not know what security to use to allow me to create ASP.Net
applications with Visual Studio 2003 on that server ?

Any help will be greatly appreciated.

Thanks


Anthony,

One thing i can think of off the top of my head is Frontpage server
extensions on the server, tho i don't recommend installing this
extensions on a production box.

regards,
Jonel


Nov 18 '05 #5
Basically I can not create a app on the ASP.Net server. I just get the
error:
http/1.1 403 Forbidden

--
Tony

"Alvin Bruney" <va******@hotspammailme.com> wrote in message
news:Op**************@TK2MSFTNGP10.phx.gbl...
What problems are you having. I've gotten asp.net to work correctly on 03
server - actually I installed 03 on my laptop and was using it for
everything including development. There are *some* issues related to
security. If you let me know what problems you are having, maybe I can help you figure them out.

--
Regards,
Alvin Bruney
Got Tidbits? Get it here
www.networkip.net/tidbits
"anthonymelillo" <no************@earthlink.net> wrote in message
news:eY**************@tk2msftngp13.phx.gbl...
I installed those already and had been using it to experiment with Front
Page to create web pages on this server
--
Tony

"Jonel Rienton" <csharp@nospam_here.core.com> wrote in message
news:3FC6B9BC.6080507@nospam_here.core.com...
anthonymelillo wrote:
> What do I have to do to allow me to create ASP.NET Pages on a
Windows 2003
> Server ?
>
> I have installed IIS6, ASP.Net support, SQL 2000, ASP.Net remote

components.
>
> I do not know what security to use to allow me to create ASP.Net
> applications with Visual Studio 2003 on that server ?
>
> Any help will be greatly appreciated.
>
> Thanks

Anthony,

One thing i can think of off the top of my head is Frontpage server
extensions on the server, tho i don't recommend installing this
extensions on a production box.

regards,
Jonel



Nov 18 '05 #6
If the Directory Browsing Allowed option is clear (not selected) in Internet
Service Manager WWW Service Properties Directories, and the Enable Default
Document option is selected, you will get the error message.

Also, the default document listed has a different name than the actual
default document file, for example, the default document name listed is
Default.htm, and the actual file is Default.html

Try this for a work around if this is the problem

Select the Directory Browsing Allowed option, or modify either the default
document name listed in Internet Service Manager or the actual default
document file name to ensure that they match
--
Regards,
Alvin Bruney
Got Tidbits? Get it here
www.networkip.net/tidbits
"anthonymelillo" <no************@earthlink.net> wrote in message
news:uM****************@TK2MSFTNGP12.phx.gbl...
Basically I can not create a app on the ASP.Net server. I just get the
error:
http/1.1 403 Forbidden

--
Tony

"Alvin Bruney" <va******@hotspammailme.com> wrote in message
news:Op**************@TK2MSFTNGP10.phx.gbl...
What problems are you having. I've gotten asp.net to work correctly on 03
server - actually I installed 03 on my laptop and was using it for
everything including development. There are *some* issues related to
security. If you let me know what problems you are having, maybe I can

help
you figure them out.

--
Regards,
Alvin Bruney
Got Tidbits? Get it here
www.networkip.net/tidbits
"anthonymelillo" <no************@earthlink.net> wrote in message
news:eY**************@tk2msftngp13.phx.gbl...
I installed those already and had been using it to experiment with Front Page to create web pages on this server
--
Tony

"Jonel Rienton" <csharp@nospam_here.core.com> wrote in message
news:3FC6B9BC.6080507@nospam_here.core.com...
> anthonymelillo wrote:
> > What do I have to do to allow me to create ASP.NET Pages on a

Windows 2003
> > Server ?
> >
> > I have installed IIS6, ASP.Net support, SQL 2000, ASP.Net remote
components.
> >
> > I do not know what security to use to allow me to create ASP.Net
> > applications with Visual Studio 2003 on that server ?
> >
> > Any help will be greatly appreciated.
> >
> > Thanks
>
> Anthony,
>
> One thing i can think of off the top of my head is Frontpage server
> extensions on the server, tho i don't recommend installing this
> extensions on a production box.
>
> regards,
> Jonel



Nov 18 '05 #7
HI Tony,

To enable ASP.Net in ur IIS 6.0 on Win2003 server follow the steps.

(1) Right click on 'My Computers' and then click on 'Manage'.
(2) In there open the 'Service and Application' Branch
(3) Then open the 'Internet Information Service' branch.
(4) You would see more branch-links like 'Application Pool','WebSite' and 'Web Service Extensions'.
(5) Click on the 'Web Service Extension' branch.
(6) On the right pane, you would see all the things like ISAPI Extension, CGI extension WebDev etc.
(7) Select the 'Active Server Pages', whose status would be Prohibited'
(8) Then click on the 'Allow' button.

You can toggle all these extensions whenever you like. Hope this helps.

Regards,
Bhaskardeep Khaund
Nov 18 '05 #8
That was one of the first things I did was to install and enable ASP.Net
extensions but I still can not create ASP.Net apps on that server

--
Tony

"Bhaskardeep Khaund" <bh*********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
HI Tony,

To enable ASP.Net in ur IIS 6.0 on Win2003 server follow the steps.

(1) Right click on 'My Computers' and then click on 'Manage'.
(2) In there open the 'Service and Application' Branch
(3) Then open the 'Internet Information Service' branch.
(4) You would see more branch-links like 'Application Pool','WebSite' and
'Web Service Extensions'.
(5) Click on the 'Web Service Extension' branch.
(6) On the right pane, you would see all the things like ISAPI Extension,
CGI extension WebDev etc.
(7) Select the 'Active Server Pages', whose status would be Prohibited'
(8) Then click on the 'Allow' button.

You can toggle all these extensions whenever you like. Hope this helps.

Regards,
Bhaskardeep Khaund
Nov 18 '05 #9
Where would I find that directory option ?

Can't I just create a new asp.net web application on that server from
within Visual Studio.net ? Or do I have to create the application on my
local pc first then publish it or upload it to the server ?

--
Tony

"Alvin Bruney" <va******@hotspammailme.com> wrote in message
news:u1**************@TK2MSFTNGP09.phx.gbl...
If the Directory Browsing Allowed option is clear (not selected) in Internet Service Manager WWW Service Properties Directories, and the Enable Default
Document option is selected, you will get the error message.

Also, the default document listed has a different name than the actual
default document file, for example, the default document name listed is
Default.htm, and the actual file is Default.html

Try this for a work around if this is the problem

Select the Directory Browsing Allowed option, or modify either the default
document name listed in Internet Service Manager or the actual default
document file name to ensure that they match
--
Regards,
Alvin Bruney
Got Tidbits? Get it here
www.networkip.net/tidbits
"anthonymelillo" <no************@earthlink.net> wrote in message
news:uM****************@TK2MSFTNGP12.phx.gbl...
Basically I can not create a app on the ASP.Net server. I just get the
error:
http/1.1 403 Forbidden

--
Tony

"Alvin Bruney" <va******@hotspammailme.com> wrote in message
news:Op**************@TK2MSFTNGP10.phx.gbl...
What problems are you having. I've gotten asp.net to work correctly on 03 server - actually I installed 03 on my laptop and was using it for
everything including development. There are *some* issues related to
security. If you let me know what problems you are having, maybe I can

help
you figure them out.

--
Regards,
Alvin Bruney
Got Tidbits? Get it here
www.networkip.net/tidbits
"anthonymelillo" <no************@earthlink.net> wrote in message
news:eY**************@tk2msftngp13.phx.gbl...
> I installed those already and had been using it to experiment with Front > Page to create web pages on this server
> --
> Tony
>
>
>
> "Jonel Rienton" <csharp@nospam_here.core.com> wrote in message
> news:3FC6B9BC.6080507@nospam_here.core.com...
> > anthonymelillo wrote:
> > > What do I have to do to allow me to create ASP.NET Pages on a

Windows
> 2003
> > > Server ?
> > >
> > > I have installed IIS6, ASP.Net support, SQL 2000, ASP.Net remote
> components.
> > >
> > > I do not know what security to use to allow me to create ASP.Net
> > > applications with Visual Studio 2003 on that server ?
> > >
> > > Any help will be greatly appreciated.
> > >
> > > Thanks
> >
> > Anthony,
> >
> > One thing i can think of off the top of my head is Frontpage server > > extensions on the server, tho i don't recommend installing this
> > extensions on a production box.
> >
> > regards,
> > Jonel
>
>



Nov 18 '05 #10


The correct solution is here:

http://www.visualwin.com/ASP.NET/

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Nathan Sokalski | last post by:
I want to set up SQL Server on Windows XP Pro so that I can use the database capabilities of ASP and IIS. I am probably using some incorrect settings, but I am not sure what they are. Here is what...
11
by: Wolfgang Kaml | last post by:
Hello All, I have been working on this for almost a week now and I haven't anything up my sleeves anymore that I could test in addition or change.... Since I am not sure, if this is a Windows...
2
by: Fran Tirimo | last post by:
I am developing a small website using ASP scripts to format data retrieved from an Access database. It will run on a Windows 2003 server supporting FrontPage extensions 2002 hosted by the company...
2
by: Ken Lindner | last post by:
I have a need to become familiar with SQL Server 2000 for work. Needless to say I am new to SQL Server any version, but not IT in general. My employer has provided me with the SQL Server 2000...
0
by: Fiona McBride | last post by:
Hi all, I have a really odd problem with some Visual Basic .NET 2003 code; I have a program that creates a number of windows which contain RichTextBox, Timers (disabled) and menus. The code...
4
by: Bob Morvay | last post by:
I am interested in any .NET enabled portal solutions that are in the same class as the J2EE BEA Weblogic portal solution. Can anyone point me to articles comparing the available portal solutions...
2
by: Vikram Sinha | last post by:
Hi, I am unable to step into a method call on a webservice(WS) from a webform(WF) when WS and WF are located in separate VS.NET solutions. When I try to step in, step over occurs. BTW, I am...
8
by: Ankit Aneja | last post by:
Hi I have made a windows service in C#.Net Now I want to create a setup of this service http://www.codeproject.com/dotnet/simplewindowsservice.asp I read this article Now my service is also using...
6
by: Jeff | last post by:
....still new to visual studio 2005 and vb.net I have a master page with a content placeholder. The content page has a table in the content placeholder (placed there via dragging from the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.