Search

You searched for the word(s): userid:705981

Matching Posts

  • Adding double quotes to my VB strings

    Hello, label1.text = "<a href='#' onclick= " window.open('PageTwo.aspx','',''); return false; " >Click here</a>" Notice the 2 quotes in bold above. I need to add (return false) so the browser won't scroll to the top of the page when the text label (#) is not found. Thanks Steve
    Posted to Visual Basic .NET (Forum) by Steve Mracek on 11/8/2009
  • document.getElementById()

    Hello, document.getElementById('panel1') Using javascript I can't get a handle on my ASP controls <asp:panel id="panel1"> document.getElementById('panel2') Using html tags I have no problem getting a handle <div id="panel2"> Thanks! Steve
  • My appliction can't create files or directories on my ISS server

    Hello, Everything works fine on my development server in visual studio. I tried doing this below with no luck. To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access Below is my error message --- Thanks Steve Mracek Server Error in '/' Application. Access to the path 'C:\Inetpub\wwwroot
  • My web application can't connect to SQL server 2008

    Hello, On my home computer and also on my dedicated server I deleted "SQL server 2005 express edition" and download the new SQL server 2008 express edition on both of my computers. If I run my website application on my home computer or my dedicated server using the development server in visual web developer express edition everthing works (i can access my sql server database). Regular outside users can't access my www website SQL server 2008 express edition without getting this error
  • Re: My web application can't connect to SQL server 2008

    My dedicated server runs window 2003 web edition. Thanks! Steve
  • I don't want .xml files served

    Hello, I have a website with about 10,000 xml files in about 100 folders that I don't want served. The markup below is in my web.config file, everything works good on my local computer but not on my remote server the xml extensions are getting served. I think ISS is servering the .xml files and not asp.net??????????? Thanks! Steve < httpHandlers > < add path = " *.xml " verb = " * " type = " System.Web.HttpForbiddenHandler " validate = " true "
  • Re: Deny Users

    Hello, I thing you are right the .xml extension isn't mapped to asp.net. I ran a test on an aspx page, the aspx page was not served. I have about 10 folders with about 10,000 xml files. I put the code below in my web.config file and everything works on my local computer, on my remote computer the xml files were served. How do I map .xml files to asp.net? Do I do somthing here below \Windows\Microsoft.Net\Framework\v2.x\Config The markup below in the web.comfig file works everything works good
    Posted to Security (Forum) by Steve Mracek on 5/3/2009
  • Deny Users

    Hello, I have a xml file that I want to deny all users from seeing. Everthing works good on my local development server but NOT on my real dedicated ISS server. There must be a setting on my server that is overriding the settings in my application root web.config file???? Below is part of my web.config file. Thanks! Steve < system.web > < authentication mode = " Forms " > < forms loginUrl = " ~/Login.aspx " /> </ authentication > < authorization >
    Posted to Security (Forum) by Steve Mracek on 5/3/2009
  • Re: Scheduled Tasks

    [quote user="TATWORTH"] Whilst the cited code project article gives a good method for shared hosting environments, if you have full control of your hosting environment, then go for a windows service.[/quote] I have full control of my hosting environment. What is a windows service? What do I need to do? Thanks! Steve
    Posted to Web Forms (Forum) by Steve Mracek on 12/30/2008
  • Scheduled Tasks

    Hello, currently I have several pages where I click a button to update certain parts of my site. I would like to have windows "Scheduled Tasks" to do it automaticly for me. Can anyone please explain in detail what I need to do? My code is in VB. Thanks Steve
    Posted to Web Forms (Forum) by Steve Mracek on 12/28/2008
Page 1 of 13 (128 items) 1 2 3 4 5 Next > ... Last »