Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:612092
More Search Options
RSS Available
Matching Posts
Re: dll access denied problem in asp.net
I also have a similar problem but this only recently started to happen. I don’t know if I installed a program recently or something that started it. Any solution to this problem will be greatly appreciated.
Posted to
Visual Studio .NET 2003 and Visual Studio .NET 2002
(Forum)
by
Biovolt
on 8/24/2005
Re: Web.config and machine.config conflict
I got a similar error when I tried to create a subdirectory and specify roles using a web.confog file in that dir using forms authentication. In the end I managed to put all the roles in the main web.config file. I’m not sure if this is the same problem you have. But this solved my error. . </ system.web > < location path ="admin" allowOverride ="false"> < system.web > < authorization > < allow roles ="3" /> < deny users ="*" roles ="1,2,3,4" /> </ authorization
Posted to
Configuration and Deployment
(Forum)
by
Biovolt
on 8/23/2005
Form based security.
I have a web application using form based security my config.sys file looks like this: < authentication mode ="Forms"> < forms name =".FleetLOG" loginUrl ="index.aspx" protection ="All"/> </ authentication > < authorization > < allow roles ="1,2,3" /> < deny users ="*" roles ="4" /> </ authorization > < location path ="admin"> < system.web > < authorization > < allow roles ="4" /> < deny users ="*" roles ="1,2,3" /> </ authorization
Posted to
Security
(Forum)
by
Biovolt
on 8/4/2005
Re: How to submit a form without clicking on a button?
I found this e.g. : http://www.javascript-coder.com/javascript-form/javascript-form-submit.phtml and this worked for me. But thanks for your input it send me in the right direction
Posted to
Web Forms
(Forum)
by
Biovolt
on 6/28/2005
Re: How to submit a form without clicking on a button?
finny.net wrote: Public Function ChkStatus() Form.submit() End Function What script is this and where must I put it and from where must I call it. Sorry I am new to Web design.
Posted to
Web Forms
(Forum)
by
Biovolt
on 6/28/2005
How to submit a form without clicking on a button?
I want to submit data to another page every 5 min and are using the following code t o execute the page. Dim contect As System.Web.HttpContext = Web.HttpContext.Current Context.Server.Execute("submit.aspx) But now I need the form in the page to submit data to the page specified in the action part of the form. Is there a way to get the from to submit without having to click on a button because, this way no one can click on the button Form: <form id="Form" method=”get” action=”http://*/*.htm”>
Posted to
Web Forms
(Forum)
by
Biovolt
on 6/28/2005
Re: I generate a page that is a receipt and want to send a receipt to the person from the web page.
I am lazy and the most of the details get posted to the webpage and I don’t save the details and I don’t want to go line by line and create the body of the email. 2 min go I found the example I was looking for. http://west-wind.com/weblog/posts/481.aspx but thanx I don’t attach it any more I just use html email but how many people can’t read html e-mail’s, how can I create a attachment using Web.Mail.MailMessage with out saving the file and deleting it afterwards?
Posted to
Web Forms
(Forum)
by
Biovolt
on 6/23/2005
I generate a page that is a receipt and want to send a receipt to the person from the web page.
I generate a page that is a receipt and want to send a receipt to the person from the web page. Can I create an image from the page and attach the image to the email or must a save the page in memory and attach the page and how do I d this. Any suggestions would be greatly appreciated.
Posted to
Web Forms
(Forum)
by
Biovolt
on 6/23/2005
How to use .SQL scripts with out admin permissions
I don’t have admin permissions but found this and this works http://www.mattberther.com/2005/04/000619.html I can post my code if needed
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Biovolt
on 6/9/2005
Re: How to use .SQL scripts
How can I execute the sql scripts on a remote server?
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Biovolt
on 6/8/2005
Page 1 of 3 (21 items) 1
2
3
Next >
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part I
TechNet Edge:
Windows Server 2008 R2 Quick Look- Installing the Migration Tools
WindowsClient:
My latest videos – WPF, Silverlight, Sensors, and PDC09
WindowsClient:
Developing an installer for your Surface application
ASP.NET:
Visual Studio 2010 and .NET 4 Update
WindowsClient:
Microsoft’s product placements in The Big Bang Theory
Channel 9:
Channel 9 Live at PDC09: Martin Cron
Channel 9:
Channel 9 Live at PDC09: Erik Meijer and Thomas Lewis
WindowsClient:
Download Data Services Update for .NET 3.5 SP1
Silverlight:
Extending the SMF for the HVP
Silverlight:
Extending the SMF for the HVP
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 12 of 13
Channel 10:
Bing Maps Update: Map Embeds and Draggable Routes
WindowsClient:
New WPF Showcase: WEB Touch
ASP.NET:
ASP.NET MVC 2 RC Released
WindowsClient:
Very exciting Microsoft Pivot from Live Labs
WindowsClient:
XAML for UI & .rc files
TechNet Edge:
DNS Security (DNSSec) Overview
Silverlight:
Silverlight 4 demos from my PDC Keynote now available
Channel 9:
Channel 9 Live at PDC09: Dave Campbell
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online