Click here to Skip to main content
15,889,877 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerNot sure if its solved, but I got something to work Pin
jkirkerx2-Dec-15 13:00
professionaljkirkerx2-Dec-15 13:00 
GeneralRe: Not sure if its solved, but I got something to work Pin
Wombaticus3-Dec-15 6:16
Wombaticus3-Dec-15 6:16 
GeneralRe: Not sure if its solved, but I got something to work Pin
jkirkerx3-Dec-15 6:46
professionaljkirkerx3-Dec-15 6:46 
QuestionProblem with GreedView edit mode Pin
Member 1098582229-Nov-15 6:29
Member 1098582229-Nov-15 6:29 
QuestionHow do I read contents of iis log in windows\system32\Logfiles\w3svc1? (SOLVED) Pin
samflex24-Nov-15 4:20
samflex24-Nov-15 4:20 
AnswerRe: How do I read contents of iis log in windows\system32\Logfiles\w3svc1? Pin
Richard Deeming24-Nov-15 9:02
mveRichard Deeming24-Nov-15 9:02 
GeneralRe: How do I read contents of iis log in windows\system32\Logfiles\w3svc1? Pin
samflex24-Nov-15 16:13
samflex24-Nov-15 16:13 
GeneralRe: How do I read contents of iis log in windows\system32\Logfiles\w3svc1? Pin
F-ES Sitecore24-Nov-15 22:25
professionalF-ES Sitecore24-Nov-15 22:25 
The fact that you are doing this remotely is a fairly important piece of information you should have included in your original question.

If you want to access the files remotely you'll need to do it via a UNC, which is the format you use to reference files over a network. If the files are at c:\inetpub\wwwroot\logs on a machine called "MyIIS" then you can access that folder from another machine using \\MyIIS\c$\inetpub\wwwroot\logs. This will need admin rights on the target machine. An alternative is to explicitly share the logs folder so you can control the access rights and use \\MyIIS\logs
GeneralRe: How do I read contents of iis log in windows\system32\Logfiles\w3svc1? Pin
Richard Deeming25-Nov-15 2:38
mveRichard Deeming25-Nov-15 2:38 
GeneralRe: How do I read contents of iis log in windows\system32\Logfiles\w3svc1? Pin
samflex25-Nov-15 6:12
samflex25-Nov-15 6:12 
QuestionLinq query adding results to a new table Pin
byka23-Nov-15 9:51
byka23-Nov-15 9:51 
Questionasync and await in asp.net Pin
Anil Sharma198323-Nov-15 1:25
professionalAnil Sharma198323-Nov-15 1:25 
AnswerRe: async and await in asp.net Pin
Richard Deeming23-Nov-15 2:19
mveRichard Deeming23-Nov-15 2:19 
AnswerRe: async and await in asp.net Pin
ZurdoDev23-Nov-15 2:57
professionalZurdoDev23-Nov-15 2:57 
QuestionStudent Grade and Grade Point Callculation Pin
Aliyu Usman21-Nov-15 11:45
Aliyu Usman21-Nov-15 11:45 
AnswerRe: Student Grade and Grade Point Callculation Pin
Garth J Lancaster21-Nov-15 12:19
professionalGarth J Lancaster21-Nov-15 12:19 
QuestionStored Procedure returns no column in entity framework Pin
Er. Aamir Khan KCNIT Banda20-Nov-15 19:49
Er. Aamir Khan KCNIT Banda20-Nov-15 19:49 
AnswerRe: Stored Procedure returns no column in entity framework Pin
Richard MacCutchan20-Nov-15 21:55
mveRichard MacCutchan20-Nov-15 21:55 
GeneralRe: Stored Procedure returns no column in entity framework Pin
Er. Aamir Khan KCNIT Banda20-Nov-15 22:01
Er. Aamir Khan KCNIT Banda20-Nov-15 22:01 
AnswerRe: Stored Procedure returns no column in entity framework Pin
ZurdoDev23-Nov-15 2:58
professionalZurdoDev23-Nov-15 2:58 
QuestionChart Control Pin
BobbyStrain20-Nov-15 18:09
BobbyStrain20-Nov-15 18:09 
AnswerRe: Chart Control Pin
ZurdoDev23-Nov-15 2:59
professionalZurdoDev23-Nov-15 2:59 
GeneralRe: Chart Control Pin
BobbyStrain26-Nov-15 5:49
BobbyStrain26-Nov-15 5:49 
Questionjquery auto complete with oracle and vb.net Pin
Member 1215608920-Nov-15 9:28
Member 1215608920-Nov-15 9:28 
AnswerRe: jquery auto complete with oracle and vb.net Pin
Richard Deeming23-Nov-15 2:16
mveRichard Deeming23-Nov-15 2:16 

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.