Click here to Skip to main content
15,893,161 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Configuration Error Pin
Vimalsoft(Pty) Ltd12-Feb-09 19:50
professionalVimalsoft(Pty) Ltd12-Feb-09 19:50 
GeneralRe: Configuration Error Pin
MS Lee12-Feb-09 20:01
MS Lee12-Feb-09 20:01 
GeneralRe: Configuration Error Pin
Vimalsoft(Pty) Ltd12-Feb-09 20:15
professionalVimalsoft(Pty) Ltd12-Feb-09 20:15 
GeneralRe: Configuration Error Pin
MS Lee12-Feb-09 20:21
MS Lee12-Feb-09 20:21 
GeneralRe: Configuration Error Pin
Vimalsoft(Pty) Ltd12-Feb-09 20:32
professionalVimalsoft(Pty) Ltd12-Feb-09 20:32 
GeneralRe: Configuration Error Pin
MS Lee12-Feb-09 20:39
MS Lee12-Feb-09 20:39 
GeneralRe: Configuration Error Pin
Vimalsoft(Pty) Ltd12-Feb-09 20:42
professionalVimalsoft(Pty) Ltd12-Feb-09 20:42 
GeneralRe: Configuration Error Pin
MS Lee12-Feb-09 20:34
MS Lee12-Feb-09 20:34 
i solve this problem
i execute the following query and now its working
exec
sp_grantdbaccess N'SOFTWARE\ASPNET', N'ASPNET'
exec
sp_addrolemember N'db_owner', N'ASPNET'


and .... !!

after successfully login am showing a page and in that am updating a content of text in to text file,
now when i try to update the text content am getting as

Could not find a part of the path 'C:\windows\system32\SweetHomes\Documents\SweetHomes.txt'.
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.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\windows\system32\SweetHomes\Documents\SweetHomes.txt'.

Source Error:


Line 43: string fname = "SweetHomes\\Documents\\SweetHomes.txt";
Line 44: string readcontent;
Line 45: StreamReader Srdr = new StreamReader(fname);
Line 46: readcontent = Srdr.ReadToEnd();
Line 47: Srdr.Close();


Source File: F:\SweetHomes\SweetHomes\AdminInfo.aspx.cs Line: 45

self confidence+hard work=SUCCESS

GeneralRe: Configuration Error Pin
MS Lee12-Feb-09 21:10
MS Lee12-Feb-09 21:10 
GeneralRe: Configuration Error Pin
MS Lee12-Feb-09 23:51
MS Lee12-Feb-09 23:51 
Questionasp.net html emails problem. Pin
VijayVishwakarma12-Feb-09 17:51
VijayVishwakarma12-Feb-09 17:51 
AnswerRe: asp.net html emails problem. Pin
VijayVishwakarma12-Feb-09 19:22
VijayVishwakarma12-Feb-09 19:22 
Questionhttps to http Pin
Sarfaraj Ahmed12-Feb-09 16:12
Sarfaraj Ahmed12-Feb-09 16:12 
AnswerRe: https to http Pin
Jon Rista12-Feb-09 16:16
Jon Rista12-Feb-09 16:16 
GeneralRe: https to http Pin
Sarfaraj Ahmed12-Feb-09 16:49
Sarfaraj Ahmed12-Feb-09 16:49 
GeneralRe: https to http Pin
Jon Rista13-Feb-09 13:33
Jon Rista13-Feb-09 13:33 
Questionselect control in asp Pin
radupopescu77712-Feb-09 5:42
radupopescu77712-Feb-09 5:42 
AnswerRe: select control in asp Pin
Abhijit Jana12-Feb-09 7:15
professionalAbhijit Jana12-Feb-09 7:15 
GeneralRe: select control in asp Pin
radupopescu77712-Feb-09 8:09
radupopescu77712-Feb-09 8:09 
AnswerRe: select control in asp Pin
Guffa12-Feb-09 15:17
Guffa12-Feb-09 15:17 
GeneralRe: select control in asp Pin
radupopescu77712-Feb-09 19:49
radupopescu77712-Feb-09 19:49 
QuestionASP controls not being reconized in the code behind. [modified] Pin
Steve Holdorf12-Feb-09 4:45
Steve Holdorf12-Feb-09 4:45 
AnswerRe: ASP controls not being reconized in the code behind. Pin
vaghelabhavesh12-Feb-09 5:51
vaghelabhavesh12-Feb-09 5:51 
GeneralRe: ASP controls not being reconized in the code behind. Pin
Steve Holdorf12-Feb-09 5:55
Steve Holdorf12-Feb-09 5:55 
GeneralRe: ASP controls not being reconized in the code behind. Pin
vaghelabhavesh12-Feb-09 5:56
vaghelabhavesh12-Feb-09 5:56 

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.