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
  1. Home
  2. Web Development
  3. ASP.NET
  4. New to ASp.net ....few Questions

New to ASp.net ....few Questions

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-netsysadmintutorial
12 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sindhutiwari
    wrote on last edited by
    #1

    Q1. What is mbox ? Q2. Why web parts works indifferently ..i mean to say some time they appear and sometimes they wont ? Q3. Whatz da correct way to create a project in virtual directory ? Q4. I have worked on personalization .. adding some code under the web config file ...and so on but i want to know how to use it in the real time Q5 If i am having a web service running at my server then anyone can add reference of it to their project and use it ..how can i stop others to use it ? Please do reply Regards Sindhu tiwari

    its me sid

    N C G 3 Replies Last reply
    0
    • S sindhutiwari

      Q1. What is mbox ? Q2. Why web parts works indifferently ..i mean to say some time they appear and sometimes they wont ? Q3. Whatz da correct way to create a project in virtual directory ? Q4. I have worked on personalization .. adding some code under the web config file ...and so on but i want to know how to use it in the real time Q5 If i am having a web service running at my server then anyone can add reference of it to their project and use it ..how can i stop others to use it ? Please do reply Regards Sindhu tiwari

      its me sid

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      sindhutiwari wrote:

      Q1. What is mbox ?

      What is google[^] ?

      All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

      S 1 Reply Last reply
      0
      • N N a v a n e e t h

        sindhutiwari wrote:

        Q1. What is mbox ?

        What is google[^] ?

        All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

        S Offline
        S Offline
        sindhutiwari
        wrote on last edited by
        #3

        please if possible ,some coding description..Where to use it *** I can google these things ..but i can find expertise answers there

        its me sid

        N 1 Reply Last reply
        0
        • S sindhutiwari

          please if possible ,some coding description..Where to use it *** I can google these things ..but i can find expertise answers there

          its me sid

          N Offline
          N Offline
          N a v a n e e t h
          wrote on last edited by
          #4

          sindhutiwari wrote:

          Q3. Whatz da correct way to create a project in virtual directory ?

          When creating a website project, specify the virtual directory path you like to get it created.

          sindhutiwari wrote:

          Q5 If i am having a web service running at my server then anyone can add reference of it to their project and use it ..how can i stop others to use it ?

          Simple way could be setting passwords to the webservice parameters. For detailed information, you need to look at MSDN[^] article on web service security.

          All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

          S 1 Reply Last reply
          0
          • N N a v a n e e t h

            sindhutiwari wrote:

            Q3. Whatz da correct way to create a project in virtual directory ?

            When creating a website project, specify the virtual directory path you like to get it created.

            sindhutiwari wrote:

            Q5 If i am having a web service running at my server then anyone can add reference of it to their project and use it ..how can i stop others to use it ?

            Simple way could be setting passwords to the webservice parameters. For detailed information, you need to look at MSDN[^] article on web service security.

            All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

            S Offline
            S Offline
            sindhutiwari
            wrote on last edited by
            #5

            thanks for the reply navneeth ... My question 1 is not clear if possible please tell me how to use mbox programatically ...

            its me sid

            1 Reply Last reply
            0
            • S sindhutiwari

              Q1. What is mbox ? Q2. Why web parts works indifferently ..i mean to say some time they appear and sometimes they wont ? Q3. Whatz da correct way to create a project in virtual directory ? Q4. I have worked on personalization .. adding some code under the web config file ...and so on but i want to know how to use it in the real time Q5 If i am having a web service running at my server then anyone can add reference of it to their project and use it ..how can i stop others to use it ? Please do reply Regards Sindhu tiwari

              its me sid

              C Offline
              C Offline
              Christian Graus
              wrote on last edited by
              #6

              1 - no idea. Tried google ? It has nothing to do with ASP.NET, at least, not the core library, I can promise you that 2 - probably because your server is broken, or something else changes. 3 - whatz da ? What language is that ? 4 - I have no idea what you're asking. If you want to store stuff dynamically, use a database 5 - the most common way is to have a parameter that is a password, so people who don't know the password, can't use the method, it fails. Or, you can restrict the users whose connections you accept to an IP range, if that's possible with your user base.

              Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

              G 1 Reply Last reply
              0
              • C Christian Graus

                1 - no idea. Tried google ? It has nothing to do with ASP.NET, at least, not the core library, I can promise you that 2 - probably because your server is broken, or something else changes. 3 - whatz da ? What language is that ? 4 - I have no idea what you're asking. If you want to store stuff dynamically, use a database 5 - the most common way is to have a parameter that is a password, so people who don't know the password, can't use the method, it fails. Or, you can restrict the users whose connections you accept to an IP range, if that's possible with your user base.

                Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

                G Offline
                G Offline
                Guffa
                wrote on last edited by
                #7

                Christian Graus wrote:

                whatz da ? What language is that ?

                Russian? ;)

                Despite everything, the person most likely to be fooling you next is yourself.

                1 Reply Last reply
                0
                • S sindhutiwari

                  Q1. What is mbox ? Q2. Why web parts works indifferently ..i mean to say some time they appear and sometimes they wont ? Q3. Whatz da correct way to create a project in virtual directory ? Q4. I have worked on personalization .. adding some code under the web config file ...and so on but i want to know how to use it in the real time Q5 If i am having a web service running at my server then anyone can add reference of it to their project and use it ..how can i stop others to use it ? Please do reply Regards Sindhu tiwari

                  its me sid

                  G Offline
                  G Offline
                  Guffa
                  wrote on last edited by
                  #8

                  sindhutiwari wrote:

                  Q1. What is mbox ?

                  "mbox is a generic term for a family of related file formats used for holding collections of electronic mail messages." Wikipedia: mbox[^]

                  Despite everything, the person most likely to be fooling you next is yourself.

                  S 1 Reply Last reply
                  0
                  • G Guffa

                    sindhutiwari wrote:

                    Q1. What is mbox ?

                    "mbox is a generic term for a family of related file formats used for holding collections of electronic mail messages." Wikipedia: mbox[^]

                    Despite everything, the person most likely to be fooling you next is yourself.

                    S Offline
                    S Offline
                    sindhutiwari
                    wrote on last edited by
                    #9

                    Thank u Guffa ....and regarding "da" Leave it .. Q1. Tracking Session State ..i came to know that it is done in three ways .. 1. via cookies 2. URL 3. client profiles. I know first one what abt 2 and 3 how to track the session state Plz tell me thank u Sindhu tiwari

                    its me sid

                    C G 2 Replies Last reply
                    0
                    • S sindhutiwari

                      Thank u Guffa ....and regarding "da" Leave it .. Q1. Tracking Session State ..i came to know that it is done in three ways .. 1. via cookies 2. URL 3. client profiles. I know first one what abt 2 and 3 how to track the session state Plz tell me thank u Sindhu tiwari

                      its me sid

                      C Offline
                      C Offline
                      Christian Graus
                      wrote on last edited by
                      #10

                      Not true. Session state is stored on the server. Cookies are stored on the client. Values can be passed on the URL. These are three different mechanisms.

                      Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

                      1 Reply Last reply
                      0
                      • S sindhutiwari

                        Thank u Guffa ....and regarding "da" Leave it .. Q1. Tracking Session State ..i came to know that it is done in three ways .. 1. via cookies 2. URL 3. client profiles. I know first one what abt 2 and 3 how to track the session state Plz tell me thank u Sindhu tiwari

                        its me sid

                        G Offline
                        G Offline
                        Guffa
                        wrote on last edited by
                        #11

                        sindhutiwari wrote:

                        ...and regarding "da" Leave it ..

                        All kidding aside, I think that you should consider the small niceties like writing proper english like "you" instead of "u", "about" instead of "abt", and so on. You are more likely to get a response if you do. It's more time consuming to read sloppy writing, and if you don't even bother to type all the letters in a word, do you expect that anyone would bother to read them? "Please" means something that "plz" or even "plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz" fails to do. A "Thank you" feels more sincere than a "10x alot".

                        sindhutiwari wrote:

                        Q1. Tracking Session State ..i came to know that it is done in three ways .. 1. via cookies 2. URL 3. client profiles.

                        Four ways. 4. Form data Cookies and Session variables are user specific, i.e. if the user has more than one window, they share the same state. Querystring and form data are window specific, i.e. if the user has more than one window, they have separate state. Cookies, querystring and form data are sent via the browser in plain text. Session variables never leave the server. Data that you put in cookies and session variables stays there. The querystring and form data has to be sent along from every page, or the data is lost.

                        Despite everything, the person most likely to be fooling you next is yourself.

                        S 1 Reply Last reply
                        0
                        • G Guffa

                          sindhutiwari wrote:

                          ...and regarding "da" Leave it ..

                          All kidding aside, I think that you should consider the small niceties like writing proper english like "you" instead of "u", "about" instead of "abt", and so on. You are more likely to get a response if you do. It's more time consuming to read sloppy writing, and if you don't even bother to type all the letters in a word, do you expect that anyone would bother to read them? "Please" means something that "plz" or even "plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz" fails to do. A "Thank you" feels more sincere than a "10x alot".

                          sindhutiwari wrote:

                          Q1. Tracking Session State ..i came to know that it is done in three ways .. 1. via cookies 2. URL 3. client profiles.

                          Four ways. 4. Form data Cookies and Session variables are user specific, i.e. if the user has more than one window, they share the same state. Querystring and form data are window specific, i.e. if the user has more than one window, they have separate state. Cookies, querystring and form data are sent via the browser in plain text. Session variables never leave the server. Data that you put in cookies and session variables stays there. The querystring and form data has to be sent along from every page, or the data is lost.

                          Despite everything, the person most likely to be fooling you next is yourself.

                          S Offline
                          S Offline
                          sindhutiwari
                          wrote on last edited by
                          #12

                          Thank You for Replying, i will take care that whenever i post a question it will be in a good format ... Regards Sindhu Tiwari

                          its me sid

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

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