file share

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fábio

    file share

    Whats the rules to create a ASP.NET project using file share??
    i don't want to use server extensions!!!

    I'm inside a intranet and i have total access to the web server!!!

    what i need to do???

    Thanks

    Fabio


  • Chance Hopkins

    #2
    Re: file share

    map the file share as a drive


    "Fábio" <fabio@glb.com. br> wrote in message
    news:ODdTaJPPDH A.3700@tk2msftn gp13.phx.gbl...[color=blue]
    > Whats the rules to create a ASP.NET project using file share??
    > i don't want to use server extensions!!!
    >
    > I'm inside a intranet and i have total access to the web server!!!
    >
    > what i need to do???
    >
    > Thanks
    >
    > Fabio
    >
    >[/color]


    Comment

    • Fábio

      #3
      Re: file share

      ok, but how can i create the new project, the vs does not permit!!!



      "Chance Hopkins" <chance_hopkins @hotmail.com> wrote in message
      news:ewLOwOUPDH A.2460@TK2MSFTN GP10.phx.gbl...[color=blue]
      > map the file share as a drive
      >
      >
      > "Fábio" <fabio@glb.com. br> wrote in message
      > news:ODdTaJPPDH A.3700@tk2msftn gp13.phx.gbl...[color=green]
      > > Whats the rules to create a ASP.NET project using file share??
      > > i don't want to use server extensions!!!
      > >
      > > I'm inside a intranet and i have total access to the web server!!!
      > >
      > > what i need to do???
      > >
      > > Thanks
      > >
      > > Fabio
      > >
      > >[/color]
      >
      >[/color]


      Comment

      • Chance Hopkins

        #4
        Re: file share

        I did this once.

        I don't recall that I made it on the share drive. I just made it in a folder
        and moved it there. You'll have to modify the sln file and some other
        project file, to point to the appropriate locations.

        It takes a bit of "tweaking", but it does let you do what you want to a
        certain extent.

        I don't know if you will be able to just click "new project" and make it
        work though.


        "Fábio" <fabio@glb.com. br> wrote in message
        news:OcaWKjwPDH A.1908@TK2MSFTN GP11.phx.gbl...[color=blue]
        > ok, but how can i create the new project, the vs does not permit!!!
        >
        >
        >
        > "Chance Hopkins" <chance_hopkins @hotmail.com> wrote in message
        > news:ewLOwOUPDH A.2460@TK2MSFTN GP10.phx.gbl...[color=green]
        > > map the file share as a drive
        > >
        > >
        > > "Fábio" <fabio@glb.com. br> wrote in message
        > > news:ODdTaJPPDH A.3700@tk2msftn gp13.phx.gbl...[color=darkred]
        > > > Whats the rules to create a ASP.NET project using file share??
        > > > i don't want to use server extensions!!!
        > > >
        > > > I'm inside a intranet and i have total access to the web server!!!
        > > >
        > > > what i need to do???
        > > >
        > > > Thanks
        > > >
        > > > Fabio
        > > >
        > > >[/color]
        > >
        > >[/color]
        >
        >[/color]


        Comment

        Working...