473,320 Members | 1,695 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,320 software developers and data experts.

how to configure win2003 server for asp.net access

I have a windows 2003 server and would like to create ASP.Net applications
on it but I do not know the properly security,permissions or configuration
to setup the server properly.

I installed the ASP.Net services from Add/Remove Windows Components to the
server. But I do not know what to configure directories or such in order to
get this to work.

Any help is greatly appreciated. Thanks

--
Tony


Nov 18 '05 #1
5 2247
Before you can use dynamic content pages with IIS 6.0, you must first allow
it to execute.

Go to your IIS manager, expand the local machine and select the Web Service
Extesions folder.
Select ASP.NET vx.x.xxxx and select "Allow".

You should now be able to develop and run ASP.NET applications.

There are other considerations with IIS 6.0 as well, namely setting up
Application Pools and Web Sites, etc. The Help files can get you started
there.

John Sturgeon, MCP, MCSD
BizTech Solutions, Inc.
"anthonymelillo" <no************@earthlink.net> wrote in message
news:uX**************@TK2MSFTNGP12.phx.gbl...
I have a windows 2003 server and would like to create ASP.Net applications
on it but I do not know the properly security,permissions or configuration
to setup the server properly.

I installed the ASP.Net services from Add/Remove Windows Components to the
server. But I do not know what to configure directories or such in order to get this to work.

Any help is greatly appreciated. Thanks

--
Tony

Nov 18 '05 #2
If IIS was installed prior to installing ASP.Net, you should be able to run
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_regiis.exe to install
the ISAPI on the web server. Other than that, there is nothing special to
configure.

--
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"anthonymelillo" <no************@earthlink.net> wrote in message
news:uX**************@TK2MSFTNGP12.phx.gbl...
I have a windows 2003 server and would like to create ASP.Net applications
on it but I do not know the properly security,permissions or configuration
to setup the server properly.

I installed the ASP.Net services from Add/Remove Windows Components to the
server. But I do not know what to configure directories or such in order to get this to work.

Any help is greatly appreciated. Thanks

--
Tony

Nov 18 '05 #3
I definitely had IIS installed on this server before I am installing
ASP.net.

So what switches do I use with the aspnet_regiis.exe ?

Thanks
--
Tony

"Kevin Spencer" <ke***@takempis.com> wrote in message
news:eH**************@TK2MSFTNGP09.phx.gbl...
If IIS was installed prior to installing ASP.Net, you should be able to run C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_regiis.exe to install
the ISAPI on the web server. Other than that, there is nothing special to
configure.

--
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"anthonymelillo" <no************@earthlink.net> wrote in message
news:uX**************@TK2MSFTNGP12.phx.gbl...
I have a windows 2003 server and would like to create ASP.Net applications on it but I do not know the properly security,permissions or configuration to setup the server properly.

I installed the ASP.Net services from Add/Remove Windows Components to the server. But I do not know what to configure directories or such in
order to
get this to work.

Any help is greatly appreciated. Thanks

--
Tony


Nov 18 '05 #4
Ok, I will check that. What do I have to do to allow me to create ASP Pages
on that server ?

Thanks
--
Tony

"John Sturgeon" <Jo***@4biztech.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Before you can use dynamic content pages with IIS 6.0, you must first allow it to execute.

Go to your IIS manager, expand the local machine and select the Web Service Extesions folder.
Select ASP.NET vx.x.xxxx and select "Allow".

You should now be able to develop and run ASP.NET applications.

There are other considerations with IIS 6.0 as well, namely setting up
Application Pools and Web Sites, etc. The Help files can get you started
there.

John Sturgeon, MCP, MCSD
BizTech Solutions, Inc.
"anthonymelillo" <no************@earthlink.net> wrote in message
news:uX**************@TK2MSFTNGP12.phx.gbl...
I have a windows 2003 server and would like to create ASP.Net applications on it but I do not know the properly security,permissions or configuration to setup the server properly.

I installed the ASP.Net services from Add/Remove Windows Components to the server. But I do not know what to configure directories or such in
order to
get this to work.

Any help is greatly appreciated. Thanks

--
Tony


Nov 18 '05 #5
> So what switches do I use with the aspnet_regiis.exe ?

Oh. Sorry. -i (for install).

--
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"anthonymelillo" <no************@earthlink.net> wrote in message
news:ux**************@TK2MSFTNGP12.phx.gbl...
I definitely had IIS installed on this server before I am installing
ASP.net.

So what switches do I use with the aspnet_regiis.exe ?

Thanks
--
Tony

"Kevin Spencer" <ke***@takempis.com> wrote in message
news:eH**************@TK2MSFTNGP09.phx.gbl...
If IIS was installed prior to installing ASP.Net, you should be able to

run
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_regiis.exe to install
the ISAPI on the web server. Other than that, there is nothing special to configure.

--
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"anthonymelillo" <no************@earthlink.net> wrote in message
news:uX**************@TK2MSFTNGP12.phx.gbl...
I have a windows 2003 server and would like to create ASP.Net

applications on it but I do not know the properly security,permissions or configuration to setup the server properly.

I installed the ASP.Net services from Add/Remove Windows Components to the server. But I do not know what to configure directories or such in

order
to
get this to work.

Any help is greatly appreciated. Thanks

--
Tony



Nov 18 '05 #6

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

Similar topics

2
by: Belinda | last post by:
I am trying to setup a COM+ application that runs some ASP applications. The application vendor is telling me on my Win2003 server that COM+ and ASP as not been properly setup. Can any of you...
0
by: Johanna | last post by:
Hello, Thread was being aborted exception is thrown by my asp.net application. I hope someone could help me with this error that I get in windows 2003 server. This error has not occured with...
3
by: Johanna | last post by:
Hello, Thread was being aborted exception is thrown by IIS for my asp.net application on win2003 server. This error has not yet occured with the same asp.net application on windows 2000...
1
by: Jody Gelowitz | last post by:
We are having an issue in that when trying to read a file that is on Server2 from Server1 (through our ASP.NET project), we receive the error: Access to the path "\\Server2\MyShare\MyFile.tif" is...
14
by: david | last post by:
I have developed web forms including login by using ASP.NET via HTTP. Now I want to secure the connection from client to the server via HTTPS. How can I configure the server or something else to...
5
by: fab | last post by:
Hello, i'm trying to browse a UNC share through an ASP.NET application and i've got a problem : i've tried some examples from MSDN or other web sites (using LogonUser from Win32 API) and it...
2
by: Don Rich | last post by:
Please share with me any ideas you may have for troubleshooting and resolving the subject problem. I can give more details as necessary. (Please advise if I should post this problem to a more...
2
by: gilad.kapel | last post by:
Hi I have a system composed of sevral DLLs all round up into one WebService. I'm working with VS2005 Framework 2.0 under WinXP. The system is at the end of its development stage and was both...
0
by: nosipho | last post by:
Hi guys I have a Win@2003 Server.I mapped a drive( T) in Win2003 ,now I want to copy files from C drive on the server( Win2003) and paste them on the T drive ( the new drive I mapped). I've given...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.