Click here to Skip to main content
16,011,626 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionBetter Reporting Tool Pin
amargujrathi200611-May-07 23:07
amargujrathi200611-May-07 23:07 
Questiondownload images Pin
lakkudavanam11-May-07 22:53
lakkudavanam11-May-07 22:53 
AnswerRe: download images Pin
NetBot12-May-07 1:24
NetBot12-May-07 1:24 
QuestionHow to run web application Pin
Bajrang Singh11-May-07 22:40
Bajrang Singh11-May-07 22:40 
AnswerRe: How to run web application Pin
enjoycrack12-May-07 0:51
enjoycrack12-May-07 0:51 
QuestionPrint report with out prompt Pin
Suhail Shahab11-May-07 22:03
Suhail Shahab11-May-07 22:03 
AnswerRe: Print report with out prompt Pin
Fred_Smith11-May-07 22:16
Fred_Smith11-May-07 22:16 
QuestionASP:: runtime error '800a0046' --> Permission denied Pin
dhulipudi11-May-07 21:19
dhulipudi11-May-07 21:19 
Hello All,

I'm getting the following error message in my ASP program.

Microsoft VBScript runtime error '800a0046'

Permission denied

/monthly/holdingsMD.asp, line 141

Previously this code is working fine on a different machine for years. Now we shifted this application to a new machine and got the above error message when we tried to insert some values from a file. The other pages in this application are working fine on the new machine (these pages are retrieving data from database.)

Here is the code were I’m getting the error message:

--------------------------------------------------------------------------------
set myfile=Server.CreateObject("scripting.filesystemobject")
Response.Write holdingspath &" "&mktdatapath& "transaction updated
"

'******** Inserting Market data into tbl_mktdata **********

if mktdatapath <> "null" then
'mktdatapath="f:\monthly reports\holdings\01062006.MD" 'Server.MapPath()
set genfile = myfile.OpenTextFile(mktdatapath,1) -->This is line 141

ObjCon.Execute "delete from tbl_mktdata" 'delete previous contents from tbl_mktdata

--------------------------------------------------------------------------------

FYI: This application is running on our local system. With Windows XP Prof. And IIS configured.

Please let me know what is the possible reason for this error.

Many Thanks!!
Jagadeesh

hai all please clarify mny doubts

AnswerRe: ASP:: runtime error '800a0046' --> Permission denied Pin
Fred_Smith11-May-07 21:26
Fred_Smith11-May-07 21:26 
GeneralRe: ASP:: runtime error '800a0046' --&gt; Permission denied Pin
dhulipudi11-May-07 21:46
dhulipudi11-May-07 21:46 
GeneralRe: ASP:: runtime error '800a0046' --&gt; Permission denied Pin
Fred_Smith11-May-07 21:58
Fred_Smith11-May-07 21:58 
GeneralRe: ASP:: runtime error '800a0046' --&gt; Permission denied Pin
dhulipudi11-May-07 22:09
dhulipudi11-May-07 22:09 
GeneralRe: ASP:: runtime error '800a0046' --&gt; Permission denied Pin
Fred_Smith11-May-07 22:12
Fred_Smith11-May-07 22:12 
GeneralRe: ASP:: runtime error '800a0046' --&amp;gt; Permission denied [modified] Pin
dhulipudi11-May-07 23:37
dhulipudi11-May-07 23:37 
GeneralRe: ASP:: runtime error '800a0046' --&gt; Permission denied Pin
Fred_Smith11-May-07 23:47
Fred_Smith11-May-07 23:47 
GeneralRe: ASP:: runtime error '800a0046' --&gt; Permission denied Pin
dhulipudi12-May-07 0:13
dhulipudi12-May-07 0:13 
GeneralRe: ASP:: runtime error '800a0046' --&gt; Permission denied Pin
Fred_Smith12-May-07 0:35
Fred_Smith12-May-07 0:35 
GeneralRe: ASP:: runtime error '800a0046' --&amp;gt; Permission denied Pin
dhulipudi12-May-07 0:53
dhulipudi12-May-07 0:53 
GeneralRe: ASP:: runtime error '800a0046' --&amp;gt; Permission denied Pin
Fred_Smith12-May-07 1:04
Fred_Smith12-May-07 1:04 
GeneralRe: ASP:: runtime error '800a0046' --&amp;amp;gt; Permission denied Pin
dhulipudi12-May-07 1:53
dhulipudi12-May-07 1:53 
AnswerRe: ASP:: runtime error '800a0046' --&amp;amp;amp;gt; Permission denied Pin
dhulipudi12-May-07 2:37
dhulipudi12-May-07 2:37 
Questionsubdoamin finding Pin
prasadposani51211-May-07 19:53
prasadposani51211-May-07 19:53 
QuestionHi Pin
prasadposani51211-May-07 19:51
prasadposani51211-May-07 19:51 
Questionpage cannot be displayed Pin
willsgeorge11-May-07 18:58
willsgeorge11-May-07 18:58 
AnswerRe: page cannot be displayed Pin
_mubashir11-May-07 22:24
_mubashir11-May-07 22:24 

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.