Search

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

Matching Posts

  • Linking to documents in a folder that local network users can write to - path & security questions

    I wan to build a list of documents and display that list on a page. Each document name would be linked to its path on the server. However, I would want this path to be seperate from the website path, so that users can not have access to aspx files etc. How can I setup a folder that the web server has access to and can request documents from, yet this folder is outside the path of the website?
    Posted to Security (Forum) by BitShift on 9/14/2009
  • Re: how can i lock a file that has been opened by an asp.net page

    Well, the problem is occuring when multiple users are editing the same content. This content is stored in a text file, then loaded into an in-browser editor. So lets say 3 users start an edit session on this same area, and in this order A - opens the editor and starts some changes. B - opens the editor and starts some changes, but now A hits "save" C - does the same thing and hits save also User (C) wins because all his changes have just overwritten anything A and B did. So who ever opens
    Posted to Web Forms (Forum) by BitShift on 9/8/2009
  • how can i lock a file that has been opened by an asp.net page

    How can I lock a file that was opened by an asp.net page so that other users of the same web app can not open the file until the first user has saved their changes and closed the file
    Posted to Web Forms (Forum) by BitShift on 9/4/2009
  • potentially very messy - office documents with links being used within web app

    I have users that are making various office documents available from within one of our asp.net web apps. No problem I thought, until I discovered they are using several "layers" of linking - web form lists several documents, each of which have links to spreadsheets, which in turn link to other spreadsheets. Isnt this going to cause problems with session state? Even if they are using IE, wont session state be compromised? I have a session-based login and all files in the application are
    Posted to State Management (Forum) by BitShift on 7/28/2009
  • MSBuild task for

    Ive been using an open source automated build tool for projects that actually have a project file, but for web projects, I have just been publishing manually and hand-editing the config file, as many others probably have been. Its getting to the point now, with several projects, that I need to automate more. With my build tool (R2) I can execute an msbuild task. Now comes the question, how do I write an msbuild task that will do the build steps needed AND modify that web.config file to switch the
    Posted to Configuration and Deployment (Forum) by BitShift on 7/8/2009
  • streaming a pdf - works when running locally, but not on server

    I have a web app that is streaming a pdf to the browser. The pdf is located on a file server which is accessible to both myself and the web server. When running my app locally in VStudio, the same pdf is streamed correctly. However, this same pdf file, in the same location, when I copy out my web app to our test server, the pdf is corrupted somehow and will not load. Help/suggestions ?
    Posted to Web Forms (Forum) by BitShift on 4/20/2009
  • Errors streaming pdf to browser using writefile - environment dependent

    Im trying to stream a pdf to a browser and getting the common "Adobe reader could not open the file because it is either not a supported file type of because the file has been damaged) The pdf files are on server A for example. When I run the web app locally in studio, the pdf displays fine, even through the pdf is coming from the same location. However, its when I move this app to one of our test servers, that this occurs. Its not an access issue, because I can remote into this same server
    Posted to Web Forms (Forum) by BitShift on 4/8/2009
  • Web app to query excel spreadsheet vs sql table

    I have been asked to enable one of our web apps to read data that currently resides in an excel spreadsheet. I have the choice of either importing this data into sql or attempting to query it directly. The 2nd option I am leery of, if for no other reasons than for performance. What kinds of issues could I run into if I just queried the spreadsheet directly ?
  • ajaxToolkit - calendar makes table resize itself

    Im using a ajaxToolkit calender, wrapped up in a user control that someone else has written. When I hit the popup button, the form elements below are shifted further down in the screen real estate. How can I avoid having other form elements shifted in their position when the calander button is hit ? Can I set a z-order or something to cause the popup to be "cloating" ?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by BitShift on 3/17/2009
  • forms authentication - logout works ok, but cant login again without closing browser

    I have a link that goes to a page which calls FormsAuthentication.SignOut - fine, that works. I also do a redirect, which bumps the user back to the login page. When the user tries to login again, its not working. The return url seems to be wrong. After 1 or two failed attempts, I get an unhandled error.
    Posted to Security (Forum) by BitShift on 3/4/2009
Page 1 of 41 (406 items) 1 2 3 4 5 Next > ... Last »