Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Basics
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 29th, 2007, 02:15 AM
Authorized User
 
Join Date: Dec 2007
Posts: 38
Thanks: 2
Thanked 0 Times in 0 Posts
Default its urgent,write permission to database(mdb).

hi all,
   i read MorrisIgn and stu9820's topic on folder permissions.its simply superb.its helped me so much.i am using windows 2000 operating system. i couldn't find
My Computer>Tools>Folder Options>View>Use Simple File Sharing(Recommended)

i got one option in that is 'Hide protected operating files(Recommended).plz confirm me , is both options are same or not.

in intranet my project is working fine but while accessing it on web i am facing permissions problem like operation must use updatable query,access the path is denied(while i am trying to upload image,i am getting this message).plz guide me that how to give permission to database(mdb)
thanks in advance
__________________
shanwaj
 
Old January 9th, 2008, 03:39 AM
Authorized User
 
Join Date: Dec 2007
Posts: 38
Thanks: 2
Thanked 0 Times in 0 Posts
Default

hi to all,
i got solutions to my problems.

first problem: appplication is working locally but not working on web.

solution : permissions problem.my folder is not enough permissions like write,read & execute.to change ur folder permissions plz read give article and follow that.
   http://support.microsoft.com/kb/271071/


second problem: i can view images locally but not on web.

solution: here i given local path so i didn't able to view my images.
before changing my code is

Public Function FormatURL(strArgument)as String
   Dim imagePath As String = server.MapPath("/sbp/Images")
   Return(imagePath & "/" & strArgument)
  End Function
-----------------------------------------------------
after chaning,
Public Function FormatURL(strArgument)as String
     Dim imagePath As String = ("http://xyz.org.in/abc/Images")
     Return(imagePath & "/" & strArgument)
  End Function
finally ask ur web administrator that to give server side permissions after uploading ur folder.
 i hope above information wil help u.
thank u to all

shanwaj
 
Old January 10th, 2008, 12:40 PM
Friend of Wrox
 
Join Date: Jul 2003
Posts: 599
Thanks: 6
Thanked 3 Times in 3 Posts
Default

Thank you for posting your solution.






Similar Threads
Thread Thread Starter Forum Replies Last Post
How to write to the EventLog (application).Urgent! riki_gill ASP.NET 1.0 and 1.1 Professional 2 October 31st, 2006 02:23 PM
enable write permission aspnet79434319 Classic ASP Basics 1 June 20th, 2005 01:13 AM
Where can I download the database WroxShop.mdb? crane8228 Wrox Book Feedback 1 September 17th, 2004 02:50 PM
directory does not have write permission ak VB.NET 2002/2003 Basics 5 March 11th, 2004 10:52 AM
Can't open .MDB database saxitalis C# 1 November 7th, 2003 04:18 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.