Click here to Skip to main content
15,887,302 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: The underlying connection was closed: Could not establish trust relationship with remote server. Pin
A Wong28-Apr-08 3:45
A Wong28-Apr-08 3:45 
GeneralRe: The underlying connection was closed: Could not establish trust relationship with remote server. Pin
A Wong29-Apr-08 7:21
A Wong29-Apr-08 7:21 
GeneralIIS 6.0 3rd party app question Pin
SomeGuyThatIsMe28-Apr-08 3:01
SomeGuyThatIsMe28-Apr-08 3:01 
GeneralRe: IIS 6.0 3rd party app question Pin
Mark J. Miller28-Apr-08 4:23
Mark J. Miller28-Apr-08 4:23 
GeneralRe: IIS 6.0 3rd party app question Pin
SomeGuyThatIsMe28-Apr-08 4:31
SomeGuyThatIsMe28-Apr-08 4:31 
GeneralRe: IIS 6.0 3rd party app question Pin
Mark J. Miller28-Apr-08 4:47
Mark J. Miller28-Apr-08 4:47 
GeneralRe: IIS 6.0 3rd party app question Pin
SomeGuyThatIsMe28-Apr-08 5:40
SomeGuyThatIsMe28-Apr-08 5:40 
GeneralRe: IIS 6.0 3rd party app question Pin
Mark J. Miller28-Apr-08 6:01
Mark J. Miller28-Apr-08 6:01 
If you try to use a specific user account you will need to grant the proper access to that account. Namely, access to asp.net temp directory in the framework directory (c:\windows\microsoft.net\framework\vx.xxx\Temporary ASP.NET Files). Also your application directories and any other resources used by the application, including registry keys. Granting access to the asp.net temp directory and assigning the account to the IIS_WPG should cover the basic stuff and then you'll just need to make sure your application settings are correct. Here's an article on IIS_WPG[^] Otherwise, your site won't work as you have already discovered.

Have you tried using Local System to see if that corrects the problem? If it does you could compare the errors you're getting with success entries to see where the difference is and track down the issue that way.


GeneralRe: IIS 6.0 3rd party app question Pin
Mark J. Miller28-Apr-08 6:06
Mark J. Miller28-Apr-08 6:06 
GeneralRe: IIS 6.0 3rd party app question Pin
SomeGuyThatIsMe28-Apr-08 7:19
SomeGuyThatIsMe28-Apr-08 7:19 
GeneralRe: IIS 6.0 3rd party app question Pin
Mark J. Miller28-Apr-08 7:29
Mark J. Miller28-Apr-08 7:29 
GeneralRe: IIS 6.0 3rd party app question Pin
SomeGuyThatIsMe28-Apr-08 7:46
SomeGuyThatIsMe28-Apr-08 7:46 
GeneralRe: IIS 6.0 3rd party app question Pin
SomeGuyThatIsMe29-Apr-08 3:45
SomeGuyThatIsMe29-Apr-08 3:45 
GeneralRe: IIS 6.0 3rd party app question Pin
SomeGuyThatIsMe29-Apr-08 6:32
SomeGuyThatIsMe29-Apr-08 6:32 
Generaladd linkbutton oncommand and comandargument from codebehing Pin
justintimberlake28-Apr-08 2:47
justintimberlake28-Apr-08 2:47 
GeneralRe: add linkbutton oncommand and comandargument from codebehing Pin
Ashish Sehajpal28-Apr-08 6:30
Ashish Sehajpal28-Apr-08 6:30 
GeneralRe: add linkbutton oncommand and comandargument from codebehing Pin
justintimberlake28-Apr-08 15:51
justintimberlake28-Apr-08 15:51 
GeneralRe: add linkbutton oncommand and comandargument from codebehing Pin
justintimberlake28-Apr-08 16:09
justintimberlake28-Apr-08 16:09 
Generalcms contents Pin
krishnaveer28-Apr-08 2:28
krishnaveer28-Apr-08 2:28 
GeneralRe: cms contents Pin
_AK_28-Apr-08 2:32
_AK_28-Apr-08 2:32 
GeneralRe: cms contents Pin
krishnaveer28-Apr-08 2:44
krishnaveer28-Apr-08 2:44 
GeneralRe: cms contents Pin
_AK_28-Apr-08 3:52
_AK_28-Apr-08 3:52 
GeneralRe: cms contents Pin
krishnaveer28-Apr-08 19:12
krishnaveer28-Apr-08 19:12 
GeneralRe: cms contents Pin
_AK_28-Apr-08 19:25
_AK_28-Apr-08 19:25 
GeneralValidators and other controls Pin
greekius28-Apr-08 2:27
greekius28-Apr-08 2:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.