Setup ASP.NET Web Admin Tool on Production Sharepoint Server  
Author Message
allarus





PostPosted: .NET Remoting and Runtime Serialization, Setup ASP.NET Web Admin Tool on Production Sharepoint Server Top

I have sharepoint internet web site with Login form. I changed web.config connection string. When I open remote Admin tool on my developer machine; tab Provider works fine and shows succesfull connection to my DB. My problem was Security Tab. After all I found out that Admin tool can not be used on a remote site, only on local server.

On sharepoint server I do not have installed VS 2005. Here is a problem: I need to Setup Web Admin Tool on Sharepoint Production Server in order to open Admin tool outside of VS 2005.

I created a virtual directory ASP.NETWebAdminFiles in IIS under let's say sharepoint:6063 that points to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETWebAdminFiles.

I try to open Admin tool by using url:

http://localhost:6063/asp.netwebadminfiles/default.aspx applicationPhysicalPath=\c:\Inetpub\wwwroot\wss\VirtualDirectories\6063\&applicationUrl=/6063

getting error below:

Server Error in '/ASP.NETWebAdminFiles' Application.
--------------------------------------------------------------------------------

Unable to serialize the session state. In 'StateServer' and 'SQLServer' mode, ASP.NET will serialize the session state objects, and as a result non-serializable objects or MarshalByRef objects are not permitted. The same restriction applies if similar serialization is done by the custom session state store in 'Custom' mode.

What is the correct way to setup Admin tool on sharepoint server What's url I need to use in order to open it

I appreciate any help. Thank you in advance

Jelena



.NET Development36