Click here to Skip to main content
15,907,001 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: update tables row with vbscript in asp Pin
idsanjeevjha13-Nov-07 16:56
idsanjeevjha13-Nov-07 16:56 
AnswerRe: update tables row with vbscript in asp Pin
Guffa14-Nov-07 3:05
Guffa14-Nov-07 3:05 
QuestionASP Email Script Not Working Pin
MelDrop9-Nov-07 5:06
MelDrop9-Nov-07 5:06 
Questionhow to break a table into two tables with javascript? Pin
andylaw8-Nov-07 22:47
andylaw8-Nov-07 22:47 
AnswerRe: how to break a table into two tables with javascript? Pin
Guffa9-Nov-07 12:38
Guffa9-Nov-07 12:38 
GeneralRe: how to break a table into two tables with javascript? Pin
andylaw9-Nov-07 15:41
andylaw9-Nov-07 15:41 
GeneralRe: how to break a table into two tables with javascript? Pin
Michael Sync10-Nov-07 23:10
Michael Sync10-Nov-07 23:10 
Questionproblem with registration of new website on IIS Pin
0x49D18-Nov-07 20:01
0x49D18-Nov-07 20:01 
Hello,
im trying to register a new website under IIS,but when i create DirectoryEntry object like this:



string IISPath = "IIS://" + ConfigurationManager.AppSettings["ServerName"].ToString() + "/W3SVC/1/Root";
DirectoryEntry oDE = new DirectoryEntry(IISPath);


and then try to check if it was created:
DirectoryEntry.Exists(IISPath);


application throws an exception:


Unknown error (0x80005000)

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Unknown error (0x80005000)



i thought this:
http://msdn2.microsoft.com/en-us/library/ms180891(vs.80).aspx would help,but i could do nothing with that primary tokenCry | :(( maybe i understood it not properlyFrown | :(
Can anyone help,plz?
thenk You for attention
AnswerRe: problem with registration of new website on IIS Pin
Michael Sync8-Nov-07 20:30
Michael Sync8-Nov-07 20:30 
GeneralRe: problem with registration of new website on IIS Pin
0x49D18-Nov-07 20:41
0x49D18-Nov-07 20:41 
AnswerRe: problem with registration of new website on IIS Pin
Vasudevan Deepak Kumar8-Nov-07 21:03
Vasudevan Deepak Kumar8-Nov-07 21:03 
GeneralRe: problem with registration of new website on IIS Pin
0x49D18-Nov-07 21:10
0x49D18-Nov-07 21:10 
QuestionContent Aware Image Resizing?? Pin
e36k2248-Nov-07 14:46
e36k2248-Nov-07 14:46 
AnswerRe: Content Aware Image Resizing?? Pin
Mark Churchill8-Nov-07 17:05
Mark Churchill8-Nov-07 17:05 
GeneralRe: Content Aware Image Resizing?? Pin
e36k2248-Nov-07 20:01
e36k2248-Nov-07 20:01 
GeneralRe: Content Aware Image Resizing?? Pin
Mark Churchill8-Nov-07 20:21
Mark Churchill8-Nov-07 20:21 
QuestionSearch Engines Pin
Brendan Vogt8-Nov-07 9:18
Brendan Vogt8-Nov-07 9:18 
AnswerRe: Search Engines Pin
Michael Sync8-Nov-07 18:31
Michael Sync8-Nov-07 18:31 
AnswerRe: Search Engines Pin
AliAmjad9-Nov-07 0:16
AliAmjad9-Nov-07 0:16 
GeneralRe: Search Engines Pin
Manuel F. Hernandez9-Nov-07 6:51
Manuel F. Hernandez9-Nov-07 6:51 
GeneralRe: Search Engines Pin
AliAmjad10-Nov-07 5:56
AliAmjad10-Nov-07 5:56 
Questioncommunication between Webform and Winform on a Server Pin
edepede8-Nov-07 5:05
edepede8-Nov-07 5:05 
AnswerRe: communication between Webform and Winform on a Server Pin
Christian Graus8-Nov-07 9:34
protectorChristian Graus8-Nov-07 9:34 
QuestionHow to change the grid row color through java script..? Pin
A AntonySP7-Nov-07 4:11
A AntonySP7-Nov-07 4:11 
AnswerRe: How to change the grid row color through java script..? Pin
Michael Sync7-Nov-07 4:58
Michael Sync7-Nov-07 4:58 

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.