Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > connecting VS.NET to IIS-what do I have to do

Reply
Thread Tools

connecting VS.NET to IIS-what do I have to do

 
 
M D
Guest
Posts: n/a
 
      12-09-2004
Using the first version of VisualStudio.NET and, I believe, IIS 5 (the
one that comes with Server 2000) when I launch the ASP.NET application
wizard and DON'T want to use localhost, what do I do? The process just
errors or goes into a process that never completes or times out. I
don't have a domain just a workgroup with Windows networking. I have a
drive mapped to the server's wwwroot and can access, read & write there
so there must be some higher level of security/setup that I need to take
care of.

BTW, is there any way to change the project name from "WebApplication1"
or what ever it's set to?

thx
md

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
 
 
 
Daniel Fisher\(lennybacon\)
Guest
Posts: n/a
 
      12-10-2004
Hi M.D.

> when I launch the ASP.NET application wizard and DON'T want to
> use localhost, what do I do?


Just type the Servername and applicationpath for your new webapplication
like http://www.microsoft.com/myFirstWebApp/

> The process just errors or goes into a process that never completes
> or times out. I don't have a domain just a workgroup with Windows
> networking.

To create a WebApplictaion you MUST BE LOGGED ON WITH AN
ACCOUNT THAT IS IN THE GROUP "VS DEVELOPERS" (created by VS.NET setup).
So that is a problem if ya don't run a domain. What you can do is to create
a VirtualDirectory manually on the server and then connect to it with
VS.NET.

But there are a few other problems that you'll have to deal with.

"You can only debug ASP.NET if you are Administrator or own the SEDebug
Privileg."

This points to the domain issue again and you have to install
RemoteComponents of
VS.NET on the server to...

I surgest, no i advise you to develop on localhost, after you finished copy
things to the server.
If you work in a team use VisualSourcSafe, CSV or something else to share a
project.
You can also create a script that gets the current version of your projects
out of the SourcSafe
database and copies them to your webserver every day...

> BTW, is there any way to change the project name from "WebApplication1"
> or what ever it's set to?


Just rename the VirtualDirectory, rename the *.csproj and edit the *.csproj
and *.csproj.webinfo to fix the paths

Hope this helps
--
Daniel Fisher(lennybacon)
MCP ASP.NET C#
Blog: http://www.lennybacon.com/



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do I have to have the WEP # set for file sharing? =?Utf-8?B?SGVscCBtZSBJIGNhbicndCBzaGFyZSE=?= Wireless Networking 3 11-01-2005 05:37 AM
have you got any of these i can have spike240 Case Modding 4 09-14-2005 03:48 AM
do i have to have.... =?Utf-8?B?amFrZQ==?= Wireless Networking 1 03-11-2005 06:05 PM
i have a router connecting xp pro machine to a ms server 2003 domain controller leopard MCSE 2 12-08-2004 04:03 AM
do I have to have a windows OS to start a New pc when the mwssage no ntldr foun darinsray Microsoft Certification 0 04-24-2004 06:15 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57