Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Reply

ASP Net - No Web Site Administration Tool after Deployment??

 
Thread Tools Search this Thread
Old 02-09-2006, 06:41 PM   #1
cmay
 
Posts: n/a
Default No Web Site Administration Tool after Deployment??

I am finding this hard to believe...

Is there really no way to access the Web Site Administration Tool when
a site is deployed?

I know I can open it on my local computer running VS.Net, but what
about live production sites that are supposed to use this technology?
Do I have to write my own interface to do everything the developer tool
already does?

  Reply With Quote
Old 02-09-2006, 09:42 PM   #2
cmay
 
Posts: n/a
Default Re: No Web Site Administration Tool after Deployment??

In case anyone comes across this...

Q: Can you use a version of the WSAT with a production website?
A: No

Q: Doesn't this mean that the Membership/Roles/Login stuff with ASP.NET
2.0 is pretty much useless?
A: Yes, unless you are going to create your own custom providers.

What a waste.

  Reply With Quote
Old 02-09-2006, 11:27 PM   #3
tdavisjr
 
Posts: n/a
Default Re: No Web Site Administration Tool after Deployment??

I always wondered about this; but not had the chance to check this out.
So, you mean after your site is deployed and lets say, you need to
modify a role for a user, you can't do this remotely? So, in other
words, you sill have to buid your own Admin section to manage your
users? If so, wow. I never saw that coming after all the hype of 75%
less code.

  Reply With Quote
Old 02-21-2006, 01:34 PM   #4
cmay
 
Posts: n/a
Default Re: No Web Site Administration Tool after Deployment??

Exactly!

Unless you can use visual studio as the front end to attach to the data
store where you are keeping your users and roles, you can't do anything
after you put your website into production (unless you write all the
code to deal it).

So I guess you can reuse some stuff like maybe the SPs that are
generated and whatever, but in my case it would be faster for me to
just code it from scratch than to figure out their SPs and schema.

  Reply With Quote
Old 02-21-2006, 01:34 PM   #5
cmay
 
Posts: n/a
Default Re: No Web Site Administration Tool after Deployment??

Exactly!

Unless you can use visual studio as the front end to attach to the data
store where you are keeping your users and roles, you can't do anything
after you put your website into production (unless you write all the
code to deal it).

So I guess you can reuse some stuff like maybe the SPs that are
generated and whatever, but in my case it would be faster for me to
just code it from scratch than to figure out their SPs and schema.

  Reply With Quote
Old 02-21-2006, 05:49 PM   #6
tdavisjr
 
Posts: n/a
Default Re: No Web Site Administration Tool after Deployment??

After doing some research on this it seems like You can call into the
Roles API and Membership API through code, so, if you need to be able
to add, delete, or modify roles and users then you would have to create
an admin section where you have to create the UI to perfom this
functionality. Its the same way you would do it in 1.1, however, the
only difference is that you don't have to write the database code to
add a role, delete a role, add a user, delete a user, etc...all you
have to do is use the Membership and Role API to do this.

  Reply With Quote
Old 06-29-2006, 07:30 PM   #7
drdexter33
Junior Member
 
Join Date: Jun 2006
Posts: 1
Unhappy This is D-U-M-B!

Wow.

I can't believe it.

I just was looking around for a way to deploy WSAT with my app to allow administration the ability to administer the access rights..

Bizarre that MS didn't allow this tool to be deployed...I KNOW that our users are NOT going to edit the web.config file or open VS2005 to get to the dad-gummed WSAT..

not good..

guess I have to write another tool...

any ideas?

thanks.

doug
drdexter33 is offline   Reply With Quote
Old 07-15-2008, 06:10 PM   #8
gunger
Junior Member
 
Join Date: Jul 2008
Posts: 1
Wink Ummmm no no no no no

Look, you will not find this answer anywhere on the internet or at least I didnt but here is your solution:

On the production box in which you want to configure membership roles, users, etc goto:

(Assumes .net 2.0 is setup which it needs to be)
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP. NETWebAdminFiles

or whatever your path is. That is the website used for the Website Administration of aspnet membership roles, etc.

Setup a virtual directory or new website on your production server (assumes dedicated or virtual server but shared server would probably work if you have access to the path)

Make sure it is setup as .net 2.0 site and is its own application

Call the website and pass the applicationPhysicalPath on the QueryString to the root of your application (where the web.config is)

http://localhost:81/<virtual site name>/default.aspx?applicationPhysicalPath=C:\Inetpub\ww wroot\MyWebSite\&applicationUrl=/

Thats it... You can now configure your production sql server with new roles, etc.
gunger is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Site to Site VPN duplicate subnets chuckbudreau Hardware 6 10-22-2009 07:36 PM
Which is better for reporting tool: open source or charge? freezea Software 0 05-21-2009 01:10 PM
Slowness of site to stie VPN aung Hardware 0 11-24-2008 06:36 AM
Top 15 Best Useful Site Picks kristopher@anonymous.to DVD Video 0 07-18-2005 06:07 AM
The Non-Arguable Case Against the Bush Administration 1 Sara DVD Video 65 11-07-2004 01:42 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

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