Managing ASP.NET web applications remotely
Managing ASP.NET web applications remotely
am 29.01.2008 14:08:37 von PhilTheGap
Hi,
Is Web Site Administration Tool able to manage web applications remotely? By
the way, can we start the WSAT without VS 2008 ?
Best regards
Philippe
Re: Managing ASP.NET web applications remotely
am 29.01.2008 16:56:05 von NoSpamMgbworld
"PhilTheGap" wrote in message
news:509900A5-695F-4937-B22B-0E857B051B0E@microsoft.com...
> Hi,
>
> Is Web Site Administration Tool able to manage web applications remotely?
No. You might be able to hack it, or steal the bits for your own site, but
it is not designed to be a remote admin tool. There is a .NET MMC snap in
for remotely controlling server configs, which is useful for many settings.
It will not help you create roles and users, however.
The API is very easy to work with, however, so it is easy enough to add
these admin pieces.
>By the way, can we start the WSAT without VS 2008 ?
That is normal.
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
|
*************************************************
Re: Managing ASP.NET web applications remotely
am 29.01.2008 17:07:18 von PhilTheGap
Hi CowBoy,
"Cowboy (Gregory A. Beamer)" a écrit
dans le message de news:urFF39oYIHA.4880@TK2MSFTNGP03.phx.gbl...
>
> "PhilTheGap" wrote in message
> news:509900A5-695F-4937-B22B-0E857B051B0E@microsoft.com...
>> Hi,
>>
>> Is Web Site Administration Tool able to manage web applications remotely?
>
> No. You might be able to hack it, or steal the bits for your own site, but
> it is not designed to be a remote admin tool. There is a .NET MMC snap in
> for remotely controlling server configs, which is useful for many
> settings. It will not help you create roles and users, however.
I would be glad to know its name...
> The API is very easy to work with, however, so it is easy enough to add
> these admin pieces.
>
>>By the way, can we start the WSAT without VS 2008 ?
>
> That is normal.
Do you mean it is normal that we can't start a the WSAT without VS 2008 ?
If this is the case, I don't see why...
By the way, there is a tool developed by Juval lowy
(http://www.devx.com/codemag/Article/30087/1763) which seems to meet my
requirements. But unfortunatley, I can't see where to download the complete
code...
Thank you
Philippe
> --
> Gregory A. Beamer
> MVP, MCP: +I, SE, SD, DBA
>
> *************************************************
> | Think outside the box! |
> *************************************************
>
>
Re: Managing ASP.NET web applications remotely
am 29.01.2008 17:10:49 von sloan
I would abandon the WSAT .... completely.
Go to msdn, they have most of the aspx and code behind already done.
Right a few Admin Screens, to take care of your needs.
The WSAT is for RAPID Development, and doesn't work remotely.
Thus I think its a piece of junk. Good for MS presentations talking about
VS200x, but bad when you actually have to use it.
"PhilTheGap" wrote in message
news:509900A5-695F-4937-B22B-0E857B051B0E@microsoft.com...
> Hi,
>
> Is Web Site Administration Tool able to manage web applications remotely?
> By the way, can we start the WSAT without VS 2008 ?
>
> Best regards
>
> Philippe
>
Re: Managing ASP.NET web applications remotely
am 29.01.2008 18:25:53 von NoSpamMgbworld
"PhilTheGap" wrote in message
news:BFCCF65D-F098-40A3-9943-0C349A5613D9@microsoft.com...
> Hi CowBoy,
> "Cowboy (Gregory A. Beamer)" a écrit
> dans le message de news:urFF39oYIHA.4880@TK2MSFTNGP03.phx.gbl...
>>
>> "PhilTheGap" wrote in message
>> news:509900A5-695F-4937-B22B-0E857B051B0E@microsoft.com...
>>> Hi,
>>>
>>> Is Web Site Administration Tool able to manage web applications
>>> remotely?
>>
>> No. You might be able to hack it, or steal the bits for your own site,
>> but it is not designed to be a remote admin tool. There is a .NET MMC
>> snap in for remotely controlling server configs, which is useful for many
>> settings. It will not help you create roles and users, however.
> I would be glad to know its name...
The snap in is the same one you use in IIS. You simply point to another
computer that you have rights to configure and then right click the site and
go to properties. On the ASP.NET tab, there is a button to edit
configuration.
Once again, this is the config file, etc., and not membership.
>> The API is very easy to work with, however, so it is easy enough to add
>> these admin pieces.
>>
>>>By the way, can we start the WSAT without VS 2008 ?
>>
>> That is normal.
> Do you mean it is normal that we can't start a the WSAT without VS 2008 ?
> If this is the case, I don't see why...
On a local box, the WSAT fires up in the development web server, which is
not normally installed on a server. Firing it up without VS 2008 is
perfectly normal.
In theory, you can add the WSAT to a server, but you will have to fire up
the dev server to get it working. And, the dev server does not allow remote
connections, so you will have to be RDCed into the machine to use it, even
if you do install it.
BTW, the inability to remote with the dev server is hard coded into the
server. The original code was called Cassini and can be found here:
http://www.asp.net/downloads/archived/cassini/
UtilDev has redone the server:
http://www.ultidev.com/Products/Cassini/
> By the way, there is a tool developed by Juval lowy
> (http://www.devx.com/codemag/Article/30087/1763) which seems to meet my
> requirements. But unfortunatley, I can't see where to download the
> complete code...
Juval is a good guy. As long as the code is not part of a product, I am
certain he would be glad to get you a copy. Try emailing him with the email
found here:
http://msdn2.microsoft.com/en-us/netframework/aa497310.aspx
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
|
*************************************************
Re: Managing ASP.NET web applications remotely
am 29.01.2008 18:27:28 von NoSpamMgbworld
The WSAT is not designed to be used for much more than setting up a site for
development. For that use, it is a good tool. For anything more, I would
agree with you, but then I find hammers are bad tools to saw with, but I
would not say hammers are pieces of junk. :-)
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
|
*************************************************
"sloan" wrote in message
news:uUJCNFpYIHA.5028@TK2MSFTNGP04.phx.gbl...
>
> I would abandon the WSAT .... completely.
>
> Go to msdn, they have most of the aspx and code behind already done.
>
> Right a few Admin Screens, to take care of your needs.
>
> The WSAT is for RAPID Development, and doesn't work remotely.
> Thus I think its a piece of junk. Good for MS presentations talking about
> VS200x, but bad when you actually have to use it.
>
>
>
>
> "PhilTheGap" wrote in message
> news:509900A5-695F-4937-B22B-0E857B051B0E@microsoft.com...
>> Hi,
>>
>> Is Web Site Administration Tool able to manage web applications remotely?
>> By the way, can we start the WSAT without VS 2008 ?
>>
>> Best regards
>>
>> Philippe
>>
>
>
Re: Managing ASP.NET web applications remotely
am 29.01.2008 18:56:12 von PhilTheGap
Thanks a lot !