Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

ramki pindi

@ramki pindi
About
Posts
6
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to access the network shared foldder from the asp.net application without any security issues [modified]
    R ramki pindi

    Hi Every one, i developed an asp.net(2.0) applicaions which contains the attachments of the clients . these attachments are saved in the shared folder and retrive the file when the user requests. if i maintain the application and the shared folders in the same system it will work properly. if i maintain the application in one server and the file folder in the other server i face a lot of security issus like 1.Access Denied 2.Couldnot find the part of the path. ..... for this i made an common account for the application server and the file server and also set impersonation to true. Even the i got the couldnot find the part of the path error. i already gave the everyone with full control to the shared folder and i added the common account and gave it to full control Is there is any alternate for the save and retrive the files to and from the shared folder. Please help me... Thanks

    Kesav:rose:

    modified on Wednesday, February 17, 2010 5:32 AM

    ASP.NET sysadmin help csharp asp-net security

  • use windows usercontrol in web application
    R ramki pindi

    in that system also having the .net

    ASP.NET com help

  • Read binary of .RAW file as image
    R ramki pindi

    Dim fs As FileStream Try fs = New FileStream("C:\Inetpub\wwwroot\xyz.jpg", FileMode.OpenOrCreate, FileAccess.Write) Dim l As Long l = UBound(bytes) fs.Write(bytes, 0, l) Catch ex As Exception Finally fs.Close() End Try here bytes is a byte array which holds the binary data from the databse after that assign the file name to ur image control.

    ASP.NET database help question

  • use windows usercontrol in web application
    R ramki pindi

    I created the windows application as usercontrol and place the dll in the root folder of the web application .After that using tag i placed the usercontrol on the web page it works on my system but when i try to run this application it will show only the rectangle border on the other system.

    ASP.NET com help

  • use windows usercontrol in web application
    R ramki pindi

    hi, this is kesava i created a windows usercontrol and make it as strong name and also registered using regasm after make site is trusted and i used in web application it works fine . But the problem is if i want to run this application on the other system it wont display the usercontrol . If anybody know the solution please send a mail to me(ramki.pindi@gmail.com)

    ASP.NET com help

  • How to avoid validation for the form closing
    R ramki pindi

    hi i need to know about "how to avoid the validation on form closing " . when iam put some validations for text boxes when i closing the form it will risises the validation even .

    Visual Basic tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups