473,581 Members | 2,757 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Walkthrough: Creating a Web Page to Display Access Database Data

Walkthrough: Creating a Web Page to Display Access Database Data

I've started the above walkthrough. However, near the beginning it gives
the following instructions

To set permissions in the App_Data folder
In Windows Explorer, move to the root folder for the Web site.

The default location for your new Web site is c:\inetpub\wwwr oot\AccessSampl e.

If the App_Data folder does not already exist, create one.

By default, Visual Web Developer creates the folder when you create a new
Web site.

Right-click the App_Data folder, click Properties, and then click the
Security tab.

My problem is that there is no security tab. The other tabs - general,
sharing,web sharing and customize are there.

By the way, the folder is in the iis folder, and my iis is correctly
configured.

dennist685
Nov 23 '05 #1
9 2416
Are you using simple file sharing ?
If you are, turn it off, so the security tab shows.


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"dennist685 " <de********@new sgroup.nospam> wrote in message
news:89******** *************** ***********@mic rosoft.com...
Walkthrough: Creating a Web Page to Display Access Database Data

I've started the above walkthrough. However, near the beginning it gives
the following instructions

To set permissions in the App_Data folder
In Windows Explorer, move to the root folder for the Web site.

The default location for your new Web site is c:\inetpub\wwwr oot\AccessSampl e.

If the App_Data folder does not already exist, create one.

By default, Visual Web Developer creates the folder when you create a new
Web site.

Right-click the App_Data folder, click Properties, and then click the
Security tab.

My problem is that there is no security tab. The other tabs - general,
sharing,web sharing and customize are there.

By the way, the folder is in the iis folder, and my iis is correctly
configured.

dennist685

Nov 23 '05 #2
Nowhere in the walkthrough is there a choice or step of selecting simple file
sharing. I certainly don't mean to. I simply open up a folder in the
localhost folder, nd within that folder there is app_data. The walkthrough
says the security tab should show, but it doesnt.

This is asp.net 2.0, not 1.1; could that make the difference?

dennist685
Nov 23 '05 #3
Hi Dennist,

Not very sure about the walkthrough's complete context... I think the
security setting here means the NTFS permission setting. And for IIS6, in
the IIS manager (inetmgr), we can right click a directory and choose the
"permission s" menu item in the menu, then the NTFS security setting dialog
will popup. Is this the things you're looking for?

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| Thread-Topic: Walkthrough: Creating a Web Page to Display Access Database
Da
| thread-index: AcXvRTywh1BmDha FT7C+V3ngcx39wA ==
| X-WBNR-Posting-Host: 85.64.135.196
| From: "=?Utf-8?B?ZGVubmlzdDY 4NQ==?=" <de********@new sgroup.nospam>
| References: <89************ *************** *******@microso ft.com>
<uQ************ **@TK2MSFTNGP14 .phx.gbl>
| Subject: Re: Walkthrough: Creating a Web Page to Display Access Database
Da
| Date: Tue, 22 Nov 2005 01:15:10 -0800
| Lines: 8
| Message-ID: <01************ *************** *******@microso ft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.p hx.gbl!TK2MSFTN GXA03.phx.gbl
| Xref: TK2MSFTNGXA02.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:3600 55
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| Nowhere in the walkthrough is there a choice or step of selecting simple
file
| sharing. I certainly don't mean to. I simply open up a folder in the
| localhost folder, nd within that folder there is app_data. The
walkthrough
| says the security tab should show, but it doesnt.
|
| This is asp.net 2.0, not 1.1; could that make the difference?
|
| dennist685
|

Nov 23 '05 #4
re:
The walkthrough says the security tab should show, but it doesnt.
The security tab is an operating system feature, not an ASP.NET one.

I assumed you were using Windows XP. Are you ?

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"dennist685 " <de********@new sgroup.nospam> wrote in message
news:01******** *************** ***********@mic rosoft.com... Nowhere in the walkthrough is there a choice or step of selecting simple file
sharing. I certainly don't mean to. I simply open up a folder in the
localhost folder, nd within that folder there is app_data. The walkthrough
says the security tab should show, but it doesnt.

This is asp.net 2.0, not 1.1; could that make the difference?

dennist685

Nov 23 '05 #5
yes, xp pro

"Juan T. Llibre" wrote:
re:
The walkthrough says the security tab should show, but it doesnt.


The security tab is an operating system feature, not an ASP.NET one.

I assumed you were using Windows XP. Are you ?

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"dennist685 " <de********@new sgroup.nospam> wrote in message
news:01******** *************** ***********@mic rosoft.com...
Nowhere in the walkthrough is there a choice or step of selecting simple file
sharing. I certainly don't mean to. I simply open up a folder in the
localhost folder, nd within that folder there is app_data. The walkthrough
says the security tab should show, but it doesnt.

This is asp.net 2.0, not 1.1; could that make the difference?

dennist685


Nov 23 '05 #6
I figured as much. That's a well-known problem in XP Pro.

To disable simple file sharing for Windows XP :

1. Click Start, and then click My Computer.
2. On the Tools menu, click Folder Options, and then click the View tab.
3. In the Advanced Settings section,
clear the Use simple file sharing (Recommended) check box.
4. Click OK.

Now, check if the security tab is there.
I don't remember if a reboot is needed, but if it is, reboot and then check.

Be careful with adding/removing permissions after you disable simple
file sharing, though, at least until you've learned what you're doing, OK ?

You can *reall* cause havoc if you take away the wro0ng permissions,
or if you open up your system too much by giving unneeded users
permissions over your file system.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"dennist685 " <de********@new sgroup.nospam> wrote in message
news:C4******** *************** ***********@mic rosoft.com...
yes, xp pro

"Juan T. Llibre" wrote:

re:
>The walkthrough says the security tab should show, but it doesnt.


The security tab is an operating system feature, not an ASP.NET one.

I assumed you were using Windows XP. Are you ?

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"dennist685 " <de********@new sgroup.nospam> wrote in message
news:01******** *************** ***********@mic rosoft.com...
> Nowhere in the walkthrough is there a choice or step of selecting simple file
> sharing. I certainly don't mean to. I simply open up a folder in the
> localhost folder, nd within that folder there is app_data. The walkthrough
> says the security tab should show, but it doesnt.
>
> This is asp.net 2.0, not 1.1; could that make the difference?
>
> dennist685

Nov 23 '05 #7
Worked like a charm. Didn't have to reboot. However, I;m in a quandry. Who
do I give the rights to?

dennist685?
Administrator - how do I know if iis or sqlserver recognizes me as the
administrator?

I have sqlserver set as mixed authentificatio n - e.g. windows - dennist685
is the only user, and a name and password, which is dennist685 plus my
password.

dennist685
Nov 23 '05 #8
Thanks for the reply, Steven,

I don't know if what you propose is what I'm looking for. How do I find
inetmgr, and once finding it, how do I click a directory? Or do I click a
directory first.

Dennist685
Nov 23 '05 #9
Hi Dennist,

I've noticed yours session with Juan. Actually the things I mentioend is
targeting windows 2003 server/ IIS6, where we can directly manage the
file/folder's NTFS permission in IIS manager ( inetmgr.exe). we can just
launch it through:

start--->Run:

Type "inetmgr.ex e"

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| Thread-Topic: Walkthrough: Creating a Web Page to Display Access Database
Da
| thread-index: AcXv+2Ot1H+mxfj lRIOhdnDza61exQ ==
| X-WBNR-Posting-Host: 192.117.113.41
| From: "=?Utf-8?B?ZGVubmlzdDY 4NQ==?=" <de********@new sgroup.nospam>
| References: <89************ *************** *******@microso ft.com>
<uQ************ **@TK2MSFTNGP14 .phx.gbl>
<01************ *************** *******@microso ft.com>
<53************ **@TK2MSFTNGXA0 2.phx.gbl>
| Subject: Re: Walkthrough: Creating a Web Page to Display Access Database
Da
| Date: Tue, 22 Nov 2005 22:59:03 -0800
| Lines: 7
| Message-ID: <BF************ *************** *******@microso ft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.p hx.gbl!TK2MSFTN GXA03.phx.gbl
| Xref: TK2MSFTNGXA02.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:3603 28
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| Thanks for the reply, Steven,
|
| I don't know if what you propose is what I'm looking for. How do I find
| inetmgr, and once finding it, how do I click a directory? Or do I click
a
| directory first.
|
| Dennist685
|

Nov 23 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
9889
by: Matthew Clubb | last post by:
Hi, I need help developing an expanding form I've decided that a use of PHP, Mysql and Javascript is the best platform for creating a selection of database interfaces which I'm trying to build for my company. I had been using Microsoft Access, but obviously this requires licenses for every machine. BUT..... I'm look for an easy way of...
5
2102
by: BP | last post by:
I get the following error: Error Type: Microsoft VBScript runtime (0x800A01A8) Object required: '' /myweb4/authorised_user_page.asp, line 70 and line 70 of my code is: <% rsCheckUser1.Open strSQL1, strcon1 %> Here is the full code:
9
2139
by: BCS | last post by:
I have a web site in which the site administrator can input information to a database through a web form. The information then gets displayed on ASP pages. One field is a large text field. Of course, without html tags, the text gets displayed on the web page as one long paragraph since the database doesn't store any line breaks or...
2
2210
by: Joe Au | last post by:
I follow the Walkthrough documented on Visual Studio to create an editable data grid but it does not work on getting the value of the textbox in the data grid. The code is copied here. I mark "*****" at which the categoryName always get the past value no matter what it has been changed. How do I fix it? Thanks. Joe. Private Sub...
0
2034
by: Amrit Kohli | last post by:
I am trying to get through the XML Web Services Walkthrough at this location: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsent7/html/vbwlkwalkthroughbuildingwebservicewithmanagedcode.asp Everything seems to work fine. Here’s the code from Service1.asmx.cs : using System; using System.Collections; using...
12
3148
by: Mats Lycken | last post by:
Hi, I'm creating a CMS that I would like to be plug-in based with different plugins handling different kinds of content. What I really want is to be able to load/unload plugins on the fly without restarting the application. What I did was to create an AppDomain that loaded the plugins and everything was great, until I tried to pass...
0
1630
by: tom c | last post by:
I am going through "Walkthrough: Editing and Inserting Data in Web Pages with the DetailsView Web Server Control" found at http://msdn2.microsoft.com/en-us/library/sdba1d59.aspx I am using Access instead of SQL Server. Everything works fine until I get to the last step, where I try to insert a record. When I hit the New link it lets me...
10
4903
by: jflash | last post by:
Hello all, I feel dumb having to ask this question in the first place, but I just can not figure it out. I am wanting to set my site up using dynamic urls (I'm assuming that's what they're called, an example of what I have in mind is index.php?page=). However, I can not figure out how to do this. I will eventually want to use SEF urls, but...
5
6336
by: tech.rawsteak | last post by:
I have a function that retrieves a user's login name from their workstation and looks it up on an employee table to return their full name (ie: jsmith -John Smith). Their full name is then displayed on each form as a greeting, while their login name is used to record their activities, as well as compared to a list of positions that allows...
0
8156
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8310
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
8180
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6563
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5681
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3809
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3832
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1409
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1144
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.